2016-05-03 12:24:09 -04:00
|
|
|
{
|
2017-08-02 22:15:30 -04:00
|
|
|
"extends": "../tsconfig-build.json",
|
|
|
|
|
2017-03-02 15:12:46 -05:00
|
|
|
"compilerOptions": {
|
|
|
|
"module": "commonjs",
|
2017-08-02 22:15:30 -04:00
|
|
|
"stripInternal": false,
|
|
|
|
"target": "es5",
|
|
|
|
"baseUrl": ".",
|
|
|
|
"rootDir": ".",
|
2017-03-02 15:12:46 -05:00
|
|
|
"paths": {
|
2017-09-20 12:54:47 -04:00
|
|
|
"@angular/compiler": ["../../dist/packages/compiler"]
|
2016-05-03 12:24:09 -04:00
|
|
|
},
|
2017-08-02 22:15:30 -04:00
|
|
|
"outDir": "../../dist/packages/compiler-cli"
|
2017-03-02 15:12:46 -05:00
|
|
|
},
|
2017-08-02 22:15:30 -04:00
|
|
|
|
2017-03-02 15:12:46 -05:00
|
|
|
"exclude": [
|
|
|
|
"integrationtest"
|
|
|
|
],
|
2017-08-02 22:15:30 -04:00
|
|
|
|
2017-03-02 15:12:46 -05:00
|
|
|
"files": [
|
|
|
|
"index.ts",
|
2017-08-30 09:37:21 -04:00
|
|
|
"ngtools2.ts",
|
2017-03-02 15:12:46 -05:00
|
|
|
"src/main.ts",
|
|
|
|
"src/extract_i18n.ts",
|
2017-08-15 20:04:45 -04:00
|
|
|
"src/language_services.ts",
|
2017-03-02 15:12:46 -05:00
|
|
|
"../../node_modules/@types/node/index.d.ts",
|
|
|
|
"../../node_modules/@types/jasmine/index.d.ts",
|
|
|
|
"../../node_modules/zone.js/dist/zone.js.d.ts"
|
|
|
|
]
|
2016-05-03 12:24:09 -04:00
|
|
|
}
|