{ "extends": "./tsconfig.json", "module": "esnext", "files": [ "src/main.ts", "src/polyfills.ts" ], "include": [ "src/**/*.d.ts" ], "angularCompilerOptions": { "fullTemplateTypeCheck": true, "strictInjectionParameters": true } }