mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
this means we'll be temporarily duplicating the helpers (onces included via scripts and secondly imported via es imports) - once rxjs, core and material migrate over to tslib, we can drop the scripts/global dupe.
16 lines
277 B
JSON
16 lines
277 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../out-tsc/app",
|
|
"module": "es2015",
|
|
"baseUrl": "",
|
|
"types": [],
|
|
"importHelpers": true
|
|
},
|
|
"exclude": [
|
|
"testing/**/*",
|
|
"test.ts",
|
|
"test-specs.ts",
|
|
"**/*.spec.ts"
|
|
]
|
|
}
|