mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Updates the `ng_elements` integration test to work with the APF v13 format by also enabling the linker for the FW packages. PR Close #43431
25 lines
487 B
JSON
25 lines
487 B
JSON
{
|
|
"angularCompilerOptions": {
|
|
"annotationsAs": "static fields",
|
|
"annotateForClosureCompiler": true,
|
|
},
|
|
"compilerOptions": {
|
|
"module": "es2015",
|
|
"moduleResolution": "node",
|
|
"strictNullChecks": true,
|
|
"target": "es2015",
|
|
"sourceMap": false,
|
|
"experimentalDecorators": true,
|
|
"outDir": "built",
|
|
"rootDir": ".",
|
|
"declaration": true,
|
|
"types": []
|
|
},
|
|
"exclude": [
|
|
"vendor",
|
|
"node_modules",
|
|
"built",
|
|
"dist",
|
|
"e2e"
|
|
]
|
|
}
|