Skip to content

Commit

Permalink
remove node types from compile options
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Jul 7, 2024
1 parent 7382a74 commit b295d66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/storybook-addon/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"rootDir": "./src",
"target": "ESNext",
"module": "ESNext",
"types": ["node", "vite/client"],
"types": ["vite/client"],
"skipLibCheck": true,
"resolveJsonModule": true,
"strict": true,
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "./playground/.nuxt/tsconfig.json",
"extends": "./playground/.nuxt/tsconfig.json"
}

0 comments on commit b295d66

Please sign in to comment.