angular/packages/compiler-cli/integrationtest/tsconfig-xi18n.json
Alan Agius 16f96eeabf refactor(compiler-cli): remove enableIvy options (#47346)
This option has no longer any effect as Ivy is the only rendering engine.

BREAKING CHANGE: Angular compiler option `enableIvy` has been removed as Ivy is the only rendering engine.

PR Close #47346
2022-09-06 11:33:48 -07:00

26 lines
508 B
JSON

{
"angularCompilerOptions": {
"debug": true,
"enableSummariesForJit": true
},
"compilerOptions": {
"baseUrl": ".",
"declaration": true,
"experimentalDecorators": true,
"lib": ["es2015", "dom"],
"moduleResolution": "node",
"noImplicitAny": true,
"outDir": "./xi18n-out",
"rootDir": "",
"skipLibCheck": true,
"target": "es2015",
"typeRoots": ["node_modules/@types"]
},
"files": [
"src/module",
"src/bootstrap",
"test/all_spec",
]
}