Enable ts strict mode
This commit is contained in:
parent
2ef8fdb1c9
commit
0714685b9b
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
"jsx": "react",
|
"jsx": "react",
|
||||||
"target": "ES6",
|
"target": "ES6",
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
|
"strict": true,
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"moduleResolution": "Node",
|
"moduleResolution": "Node",
|
||||||
"outDir": "dist",
|
"outDir": "dist",
|
||||||
|
|
Loading…
Reference in a new issue