We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03868ef commit 802e1b3Copy full SHA for 802e1b3
1 file changed
tsconfig.json
@@ -1,13 +1,16 @@
1
{
2
"compilerOptions": {
3
+ "rootDir": ".",
4
"outDir": "./dist/",
5
"module": "commonjs",
6
"target": "ES2017",
7
"moduleResolution": "node",
- "strict": true,
8
- "rootDir": ".",
9
"jsx": "react",
10
- "sourceMap": true
+ "sourceMap": true,
+ "strict": true,
11
+ "noFallthroughCasesInSwitch": true,
12
+ "noImplicitReturns": true,
13
+ "noEmitOnError": true
14
},
15
"exclude": [
16
"node_modules"
0 commit comments