|
|
@ -15,10 +15,10 @@ |
|
|
], |
|
|
], |
|
|
"compilerOptions": { |
|
|
"compilerOptions": { |
|
|
"module": "preserve", |
|
|
"module": "preserve", |
|
|
"target": "es2021", |
|
|
|
|
|
// TODO: Remove once solved in tsconfig.base.json |
|
|
// TODO: Remove once solved in tsconfig.base.json |
|
|
"strict": false, |
|
|
"strict": false, |
|
|
"strictNullChecks": true, |
|
|
"strictNullChecks": true, |
|
|
|
|
|
"useDefineForClassFields": false, |
|
|
"noImplicitReturns": true, |
|
|
"noImplicitReturns": true, |
|
|
"noFallthroughCasesInSwitch": true |
|
|
"noFallthroughCasesInSwitch": true |
|
|
}, |
|
|
}, |
|
|
|