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