angular/packages/zone.js/tsconfig.json
Joey Perrott dd02bfe743 build: migrate zone.js to use ts_project instead of ts_library (#62673)
Use ts_project instead of ts_library for building zone.js

PR Close #62673
2025-07-17 13:59:37 -04:00

24 lines
505 B
JSON

{
"compilerOptions": {
"module": "esnext",
"target": "es2022",
"moduleResolution": "node",
"downlevelIteration": true,
"esModuleInterop": true,
"inlineSources": true,
"declaration": true,
"noEmitOnError": false,
"stripInternal": true,
"strict": true,
"sourceMap": true,
"noImplicitOverride": true,
"lib": [
"es5",
"dom",
"es2015.iterable",
"es2015.promise",
"es2015.symbol",
"es2015.symbol.wellknown"
],
},
}