{ "extends": "../../tsconfig.base.json", "files": [], "include": [], "references": [ { "path": "./tsconfig.app.json" }, { "path": "./tsconfig.spec.json" }, { "path": "./tsconfig.editor.json" } ], "compilerOptions": { "strict": false, "noImplicitReturns": false, "noFallthroughCasesInSwitch": true, "skipLibCheck": true, "target": "es2022", "moduleResolution": "bundler", "module": "preserve", "allowSyntheticDefaultImports": true, "strictPropertyInitialization": false, "useDefineForClassFields": false }, "angularCompilerOptions": { "strictInjectionParameters": false, "strictInputAccessModifiers": false, "strictTemplates": false } }