fixing strict TS stuff
This commit is contained in:
parent
0102ddbeb4
commit
a969887ddb
14 changed files with 571 additions and 411 deletions
|
@ -7,7 +7,9 @@
|
|||
"esModuleInterop": true,
|
||||
"outDir": "./.dist",
|
||||
"removeComments": false,
|
||||
"noImplicitThis":true
|
||||
"noImplicitThis":true,
|
||||
"useUnknownInCatchVariables":true,
|
||||
"strictNullChecks":true
|
||||
},
|
||||
"include": [
|
||||
"./webpage/*.ts"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue