Fix warning

This commit is contained in:
Jason Reed
2020-07-16 08:49:07 -04:00
parent 19a76dcbee
commit 2b53396146

View File

@@ -8,7 +8,7 @@
"lib": ["es6"],
"moduleResolution": "node",
"sourceMap": true,
"rootDir": "src",
"rootDir": ".",
"strictNullChecks": true,
"noFallthroughCasesInSwitch": true,
"preserveWatchOutput": true,