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 4d9fc79 commit 3db8ac4Copy full SHA for 3db8ac4
tsconfig.json
@@ -1,6 +1,7 @@
1
{
2
// see https://www.typescriptlang.org/tsconfig to better understand tsconfigs
3
"include": ["src", "types"],
4
+ "exclude": ["**/*.stories.tsx"],
5
"compilerOptions": {
6
"module": "esnext",
7
"lib": ["dom", "esnext"],
@@ -30,6 +31,6 @@
30
31
// error out if import and file system have a casing mismatch. Recommended by TS
32
"forceConsistentCasingInFileNames": true,
33
// `tsdx build` ignores this option, but it is commonly used when type-checking separately with `tsc`
- "noEmit": true,
34
+ "noEmit": true
35
}
36
0 commit comments