|
|
@@ -2,10 +2,8 @@
|
|
|
"extends": "./tsconfig.base.json",
|
|
|
"compilerOptions": {
|
|
|
"module": "esnext",
|
|
|
- "strict": true,
|
|
|
+ "strict": false,
|
|
|
"noFallthroughCasesInSwitch": true,
|
|
|
- "noUnusedLocals": true,
|
|
|
- "noUnusedParameters": true,
|
|
|
"baseUrl": ".",
|
|
|
"paths": {
|
|
|
"~/*": ["./src/*"],
|