|
|
|
@ -15,14 +15,14 @@ |
|
|
|
], |
|
|
|
"compilerOptions": { |
|
|
|
"forceConsistentCasingInFileNames": true, |
|
|
|
"strict": true, |
|
|
|
"strict": false, |
|
|
|
"noImplicitReturns": false, |
|
|
|
"noFallthroughCasesInSwitch": true, |
|
|
|
"allowSyntheticDefaultImports": true |
|
|
|
"allowSyntheticDefaultImports": true, |
|
|
|
}, |
|
|
|
"angularCompilerOptions": { |
|
|
|
"strictInjectionParameters": true, |
|
|
|
"strictInputAccessModifiers": true, |
|
|
|
"strictTemplates": true |
|
|
|
"strictInputAccessModifiers": false, |
|
|
|
"strictTemplates": false |
|
|
|
} |
|
|
|
} |
|
|
|
|