mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
23 lines
399 B
JSON
23 lines
399 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../out-tsc/app",
|
|
"baseUrl": "",
|
|
"types": [],
|
|
"lib": [
|
|
"es2018",
|
|
"dom"
|
|
],
|
|
"importHelpers": true
|
|
},
|
|
"exclude": [
|
|
"testing/**/*",
|
|
"test.ts",
|
|
"test-specs.ts",
|
|
"**/*.spec.ts",
|
|
"**/*-worker.ts"
|
|
],
|
|
"angularCompilerOptions": {
|
|
"disableTypeScriptVersionCheck": true
|
|
}
|
|
}
|