We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b23bac3 commit 1d658a8Copy full SHA for 1d658a8
1 file changed
package.json
@@ -14,7 +14,7 @@
14
"prepare": "husky",
15
"dev": "pnpm run storybook",
16
"dev:no-open": "pnpm run storybook --no-open",
17
- "typecheck": "tsc --project ./tsconfig.json --noEmit",
+ "typecheck": "tsc --project ./tsconfig.json --noEmit --declaration false",
18
"lint": "eslint src && prettier ./src -c",
19
"lint-fix": "eslint src --fix && prettier ./src -w",
20
"test": "vitest",
0 commit comments