This commit is contained in:
Steve Faulkner
2020-09-25 18:12:04 -05:00
parent 9ea588261e
commit f2d4cfcef9
2 changed files with 4 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
"allowJs": true,
"sourceMap": false,
"sourceMap": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,