add "noImplicitThis":true
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
"strict": false,
|
||||
"esModuleInterop": true,
|
||||
"outDir": "./.dist",
|
||||
"removeComments": false
|
||||
"removeComments": false,
|
||||
"noImplicitThis":true
|
||||
},
|
||||
"include": [
|
||||
"./webpage/*.ts"
|
||||
|
Reference in New Issue
Block a user