build: enable 'noEmplicitAny' in tsconfg
This commit is contained in:
parent
d03dc8ed90
commit
7ff73fae28
@ -4,7 +4,8 @@
|
||||
"outDir": "./public/js",
|
||||
"rootDir": "./typescript",
|
||||
"sourceMap": false,
|
||||
"esModuleInterop": true
|
||||
"esModuleInterop": true,
|
||||
"noImplicitAny": true
|
||||
},
|
||||
"include": [
|
||||
"./typescript/**/*"
|
||||
|
@ -20,7 +20,8 @@
|
||||
"strict": true,
|
||||
"skipLibCheck": true,
|
||||
"esModuleInterop": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"noImplicitAny": true
|
||||
},
|
||||
"include": [
|
||||
"./src/*",
|
||||
|
Loading…
x
Reference in New Issue
Block a user