We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 151ebac commit 4876cf0Copy full SHA for 4876cf0
1 file changed
packages/storybook/tsconfig.json
@@ -2,7 +2,9 @@
2
"compilerOptions": {
3
"jsx": "react-jsx",
4
"allowSyntheticDefaultImports": true,
5
- "skipLibCheck": true
+ "skipLibCheck": true,
6
+ "module": "esnext",
7
+ "moduleResolution": "bundler"
8
},
9
"extends": "../../tsconfig.json",
10
"include": ["config/**/*.ts", "config/**/*.tsx", "src/**/*.ts", "src/**/*.tsx"],
0 commit comments