{ "extends": "../../tsconfig.base.json", "files": [], "include": [], "references": [ { "path": "./tsconfig.app.json" }, { "path": "./tsconfig.spec.json" }, { "path": "./tsconfig.editor.json" } ], "compilerOptions": { "forceConsistentCasingInFileNames": true, "strict": false, "noImplicitReturns": false, "noFallthroughCasesInSwitch": true, "allowSyntheticDefaultImports": true }, "angularCompilerOptions": { "strictInjectionParameters": true, "strictInputAccessModifiers": false, "strictTemplates": false } }