Added no implicit any option to tsconfig.

translate
cubism-dev 2018-09-27 17:52:59 +09:00
parent 263a621104
commit 195c0c852d
2 changed files with 4 additions and 2 deletions

View File

@ -7,6 +7,7 @@
"lib": [
"dom",
"es2018"
]
],
"noImplicitAny": true
}
}

View File

@ -7,6 +7,7 @@
"lib": [
"dom",
"es2018"
]
],
"noImplicitAny": true
}
}