2016-05-03 16:24:09 +00:00
|
|
|
{
|
2017-08-03 02:15:30 +00:00
|
|
|
"extends": "../tsconfig-build.json",
|
|
|
|
|
|
2017-03-02 20:12:46 +00:00
|
|
|
"compilerOptions": {
|
|
|
|
|
"module": "commonjs",
|
2017-08-03 02:15:30 +00:00
|
|
|
"stripInternal": false,
|
2018-03-10 02:33:28 +00:00
|
|
|
"target": "es2015",
|
|
|
|
|
"lib": [
|
|
|
|
|
"es2015"
|
|
|
|
|
],
|
2017-08-03 02:15:30 +00:00
|
|
|
"baseUrl": ".",
|
|
|
|
|
"rootDir": ".",
|
2017-03-02 20:12:46 +00:00
|
|
|
"paths": {
|
2017-09-20 16:54:47 +00:00
|
|
|
"@angular/compiler": ["../../dist/packages/compiler"]
|
2016-05-03 16:24:09 +00:00
|
|
|
},
|
2017-08-03 02:15:30 +00:00
|
|
|
"outDir": "../../dist/packages/compiler-cli"
|
2017-03-02 20:12:46 +00:00
|
|
|
},
|
2018-02-13 16:19:33 +00:00
|
|
|
"bazelOptions": {
|
|
|
|
|
"suppressTsconfigOverrideWarnings": true
|
|
|
|
|
},
|
2017-08-03 02:15:30 +00:00
|
|
|
|
2017-03-02 20:12:46 +00:00
|
|
|
"exclude": [
|
|
|
|
|
"integrationtest"
|
|
|
|
|
],
|
2017-08-03 02:15:30 +00:00
|
|
|
|
2017-03-02 20:12:46 +00:00
|
|
|
"files": [
|
|
|
|
|
"index.ts",
|
2017-08-30 13:37:21 +00:00
|
|
|
"ngtools2.ts",
|
2017-03-02 20:12:46 +00:00
|
|
|
"src/main.ts",
|
|
|
|
|
"src/extract_i18n.ts",
|
2017-08-16 00:04:45 +00:00
|
|
|
"src/language_services.ts",
|
2017-03-02 20:12:46 +00: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 16:24:09 +00:00
|
|
|
}
|