Strongly typed config (and ts strict mode)
This commit is contained in:
parent
36c05556e5
commit
4585f60af7
7 changed files with 31 additions and 16 deletions
|
|
@ -8,7 +8,8 @@
|
|||
"esModuleInterop": true,
|
||||
"allowImportingTsExtensions": true,
|
||||
"noEmit": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"strict": true
|
||||
},
|
||||
"ts-node": {
|
||||
"compilerOptions": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue