fix type resolution

This commit is contained in:
Jeremy Danyow 2019-01-27 13:44:26 -08:00
parent 8525aaba0d
commit d7805caecf
No known key found for this signature in database
GPG Key ID: 50404A1CEB6B5250

View File

@ -1,11 +1,12 @@
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"module": "esnext",
"lib": [
"dom",
"es2017"
],
"types": [],
"strict": true,
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,