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": {
|
2021-09-27 22:42:55 +00:00
|
|
|
"module": "es2020",
|
2017-08-03 02:15:30 +00:00
|
|
|
"stripInternal": false,
|
2021-09-27 22:42:55 +00:00
|
|
|
"target": "es2020",
|
2018-03-10 02:33:28 +00:00
|
|
|
"lib": [
|
2021-09-27 22:42:55 +00:00
|
|
|
"es2020"
|
2018-03-10 02:33:28 +00:00
|
|
|
],
|
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
|
|
|
},
|
2019-03-21 00:47:55 +00:00
|
|
|
"strict": true,
|
2018-10-22 21:26:52 +00:00
|
|
|
"types": [
|
|
|
|
|
"node"
|
|
|
|
|
],
|
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",
|
|
|
|
|
"src/main.ts",
|
|
|
|
|
"src/extract_i18n.ts",
|
|
|
|
|
"../../node_modules/@types/node/index.d.ts",
|
2019-10-06 03:06:53 +00:00
|
|
|
"../../node_modules/@types/jasmine/index.d.ts"
|
2017-03-02 20:12:46 +00:00
|
|
|
]
|
2016-05-03 16:24:09 +00:00
|
|
|
}
|