|
|
|
@ -12,10 +12,10 @@ |
|
|
|
|
"baseUrl": "./", |
|
|
|
|
"incremental": true, |
|
|
|
|
"skipLibCheck": true, |
|
|
|
|
"strictNullChecks": false, |
|
|
|
|
"noImplicitAny": false, |
|
|
|
|
"strictBindCallApply": false, |
|
|
|
|
"forceConsistentCasingInFileNames": false, |
|
|
|
|
"noFallthroughCasesInSwitch": false |
|
|
|
|
"strict": true, |
|
|
|
|
"noImplicitAny": true, |
|
|
|
|
"strictBindCallApply": true, |
|
|
|
|
"forceConsistentCasingInFileNames": true, |
|
|
|
|
"noFallthroughCasesInSwitch": true |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|