/** * Root tsconfig file for use building all Angular packages. Note there is no rootDir * and therefore any tsconfig in the package directory will need to define its own * rootDir. */ { "compilerOptions": { "declaration": true, "stripInternal": true, "noImplicitAny": true, "noImplicitOverride": true, "strictNullChecks": true, "noImplicitReturns": true, "noPropertyAccessFromIndexSignature": true, "esModuleInterop": true, "strict": true, "strictPropertyInitialization": true, "noFallthroughCasesInSwitch": true, "moduleResolution": "node", "module": "esnext", "target": "es2022", // Keep the below in sync with ng_module.bzl "useDefineForClassFields": false, "lib": ["es2020", "dom", "dom.iterable"], "skipLibCheck": true, // don't auto-discover @types/node, it results in a ///