|
@ -7,11 +7,10 @@ |
|
|
"moduleResolution": "node", |
|
|
"moduleResolution": "node", |
|
|
"noFallthroughCasesInSwitch": true, |
|
|
"noFallthroughCasesInSwitch": true, |
|
|
"noImplicitReturns": true, |
|
|
"noImplicitReturns": true, |
|
|
"noUnusedLocals": true, |
|
|
|
|
|
|
|
|
"noUnusedLocals": false, |
|
|
"outDir": "out", |
|
|
"outDir": "out", |
|
|
"removeComments": true, |
|
|
"removeComments": true, |
|
|
"rootDir": "./src", |
|
|
"rootDir": "./src", |
|
|
"skipLibCheck": true, |
|
|
|
|
|
"sourceMap": true, |
|
|
"sourceMap": true, |
|
|
"strict": true, |
|
|
"strict": true, |
|
|
"target": "es2017" |
|
|
"target": "es2017" |
|
|