add "noImplicitThis":true
This commit is contained in:
parent
ec2fc491d9
commit
ce3ea3a271
17 changed files with 58 additions and 59 deletions
|
@ -6,7 +6,8 @@
|
|||
"strict": false,
|
||||
"esModuleInterop": true,
|
||||
"outDir": "./.dist",
|
||||
"removeComments": false
|
||||
"removeComments": false,
|
||||
"noImplicitThis":true
|
||||
},
|
||||
"include": [
|
||||
"./webpage/*.ts"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue