Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: disable shameful hoisting and improve dependency declarations #580

Merged
merged 20 commits into from
Jul 7, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove node types from compile options
tobiasdiez committed Jul 7, 2024
commit b295d662fe12af18983c43699e135815573923a0
2 changes: 1 addition & 1 deletion packages/storybook-addon/tsconfig.json
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
"rootDir": "./src",
"target": "ESNext",
"module": "ESNext",
"types": ["node", "vite/client"],
"types": ["vite/client"],
"skipLibCheck": true,
"resolveJsonModule": true,
"strict": true,
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"
}
Loading