{ "extends": "../../tsconfig.base.json", "files": [ "./src/main.ts", "../../scripts/polyfills.ts" ], "include": [ "./src/typings.d.ts" ], "references": [ { "path": "./tsconfig.app.json" }, { "path": "./tsconfig.spec.json" }, { "path": "./tsconfig.editor.json" } ], "exclude": [ "**/*.spec.ts" ], "compilerOptions": { "target": "es2020" } }