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 829a681 commit 07d09e7Copy full SHA for 07d09e7
package.json
@@ -20,7 +20,7 @@
20
"test": "echo \"Error: no test specified\" && exit 1",
21
"storybook": "storybook dev -p 6006 --no-open",
22
"build-storybook": "storybook build",
23
- "prepare": "rm -r types && tsc"
+ "prepare": "rm -r types 2> /dev/null || true && tsc"
24
},
25
"repository": {
26
"type": "git",
tsconfig.json
@@ -16,8 +16,8 @@
16
"sourceMap": true,
17
"outDir": "dist",
18
"moduleResolution": "node",
19
- "allowSyntheticDefaultImports": true
- // "emitDeclarationOnly": true
+ "allowSyntheticDefaultImports": true,
+ "emitDeclarationOnly": true
"exclude": [
"node_modules",
0 commit comments