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.
storybook
1 parent e07fc3f commit e42a2b8Copy full SHA for e42a2b8
tsconfig.build.json
@@ -1,8 +1,20 @@
1
{
2
"extends": "./tsconfig.json",
3
"compilerOptions": {
4
+ "rootDir": "src",
5
"declaration": true,
6
"declarationDir": "lib",
7
"emitDeclarationOnly": true
- }
8
+ },
9
+ "exclude": [
10
+ "node_modules",
11
+ "dist",
12
+ "es",
13
+ "lib",
14
+ "storybook",
15
+ "./*.js",
16
+ "jest.setup.ts",
17
+ "**/*.test.ts",
18
+ "**/*.test.tsx"
19
+ ]
20
}
tsconfig.json
@@ -31,7 +31,7 @@
31
"forceConsistentCasingInFileNames": true,
32
"skipLibCheck": true,
33
"stripInternal": true,
34
- "resolveJsonModule": true,
+ "resolveJsonModule": true
35
},
36
37
/* File Inclusion */
0 commit comments