27 lines
717 B
JSON
27 lines
717 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"declaration": true,
|
|
"stripInternal": true,
|
|
"experimentalDecorators": true,
|
|
"module": "es2015",
|
|
"moduleResolution": "node",
|
|
"outDir": "../../../dist/packages-dist/compiler/",
|
|
"paths": {
|
|
"@angular/core": ["../../../dist/packages-dist/core"],
|
|
"@angular/core/testing": ["../../../dist/packages-dist/core/testing"],
|
|
"@angular/compiler": ["../../../dist/packages-dist/compiler"]
|
|
},
|
|
"rootDir": ".",
|
|
"sourceMap": true,
|
|
"inlineSources": true,
|
|
"lib": ["es6", "dom"],
|
|
"target": "es5",
|
|
"skipLibCheck": true
|
|
},
|
|
"files": [
|
|
"testing/index.ts",
|
|
"../../../node_modules/zone.js/dist/zone.js.d.ts"
|
|
]
|
|
}
|