Merge pull request #463 from KATT/feature/strict-mode
turn on typescript `strict` mode
This commit is contained in:
commit
5d700779fe
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
},
|
||||
"allowJs": true,
|
||||
"skipLibCheck": true,
|
||||
"strict": false,
|
||||
"strict": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"noEmit": true,
|
||||
"esModuleInterop": true,
|
||||
|
|
Loading…
Reference in a new issue