2016-04-28 20:50:03 -04:00
|
|
|
{
|
2017-08-02 22:15:30 -04:00
|
|
|
"extends": "../tsconfig-build.json",
|
2017-01-24 12:31:27 -05:00
|
|
|
|
2016-04-28 20:50:03 -04:00
|
|
|
"compilerOptions": {
|
2017-08-02 22:15:30 -04:00
|
|
|
"baseUrl": ".",
|
|
|
|
"rootDir": "../",
|
2016-04-28 20:50:03 -04:00
|
|
|
"paths": {
|
2017-08-02 22:15:30 -04:00
|
|
|
"@angular/compiler": ["../../../dist/packages/compiler"]
|
|
|
|
},
|
|
|
|
"outDir": "../../../dist/packages/compiler"
|
2016-04-28 20:50:03 -04:00
|
|
|
},
|
2017-08-02 22:15:30 -04:00
|
|
|
|
2016-04-28 20:50:03 -04:00
|
|
|
"files": [
|
2017-08-02 22:15:30 -04:00
|
|
|
"public_api.ts",
|
2016-04-28 20:50:03 -04:00
|
|
|
"../../../node_modules/zone.js/dist/zone.js.d.ts"
|
2017-08-02 22:15:30 -04:00
|
|
|
],
|
|
|
|
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
"annotateForClosureCompiler": true,
|
2017-09-13 19:20:29 -04:00
|
|
|
"flatModuleOutFile": "testing.js",
|
2017-08-02 22:15:30 -04:00
|
|
|
"flatModuleId": "@angular/compiler/testing"
|
|
|
|
}
|
2016-04-28 20:50:03 -04:00
|
|
|
}
|