mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
-rw-r--r-- 1 iminar eng 14942 Oct 13 16:12 dist/0.b19e913fbdd6507d346b.chunk.js -rw-r--r-- 1 iminar eng 1535 Oct 13 16:12 dist/inline.eede8140efeab4c45b22.bundle.js -rw-r--r-- 1 iminar eng 559389 Oct 13 16:12 dist/main.20858f9aa7cf8741b6aa.bundle.js -rw-r--r-- 1 iminar eng 37402 Oct 13 16:12 dist/polyfills.f8409a9eb69060ac1aa6.bundle.js PR Close #19702
19 lines
345 B
JSON
19 lines
345 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"
|
|
],
|
|
"angularCompilerOptions": {
|
|
"preserveWhitespaces": false
|
|
}
|
|
}
|