build: remove unreferenced tsconfig-build.json files (#30858)
These are no longer needed since Bazel generates a tsconfig for each compilation PR Close #30858
This commit is contained in:
parent
ef4a15bc0b
commit
337b6fe003
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
"extends": "../tsconfig-build.json",
|
|
||||||
|
|
||||||
"compilerOptions": {
|
|
||||||
"baseUrl": ".",
|
|
||||||
"rootDir": "../../",
|
|
||||||
"paths": {
|
|
||||||
"@angular/animations": ["../../../../dist/packages/animations"],
|
|
||||||
"@angular/animations/browser": ["../../../../dist/packages/animations/browser"],
|
|
||||||
"@angular/core": ["../../../../dist/packages/core"]
|
|
||||||
},
|
|
||||||
"outDir": "../../../../dist/packages/animations"
|
|
||||||
},
|
|
||||||
|
|
||||||
"files": [
|
|
||||||
"public_api.ts",
|
|
||||||
"../../../../node_modules/@types/hammerjs/index.d.ts",
|
|
||||||
"../../../../node_modules/@types/jasmine/index.d.ts",
|
|
||||||
"../../../../node_modules/zone.js/dist/zone.js.d.ts"
|
|
||||||
],
|
|
||||||
|
|
||||||
"angularCompilerOptions": {
|
|
||||||
"annotateForClosureCompiler": true,
|
|
||||||
"strictMetadataEmit": false,
|
|
||||||
"skipTemplateCodegen": true,
|
|
||||||
"flatModuleOutFile": "testing.js",
|
|
||||||
"flatModuleId": "@angular/animations/browser/testing"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,28 +0,0 @@
|
||||||
{
|
|
||||||
"extends": "../tsconfig-build.json",
|
|
||||||
|
|
||||||
"compilerOptions": {
|
|
||||||
"baseUrl": ".",
|
|
||||||
"rootDir": "../",
|
|
||||||
"paths": {
|
|
||||||
"@angular/animations": ["../../../dist/packages/animations"],
|
|
||||||
"@angular/core": ["../../../dist/packages/core"]
|
|
||||||
},
|
|
||||||
"outDir": "../../../dist/packages/animations"
|
|
||||||
},
|
|
||||||
|
|
||||||
"files": [
|
|
||||||
"public_api.ts",
|
|
||||||
"../../../node_modules/@types/node/index.d.ts",
|
|
||||||
"../../../node_modules/zone.js/dist/zone.js.d.ts",
|
|
||||||
"../../system.d.ts"
|
|
||||||
],
|
|
||||||
|
|
||||||
"angularCompilerOptions": {
|
|
||||||
"annotateForClosureCompiler": true,
|
|
||||||
"strictMetadataEmit": false,
|
|
||||||
"skipTemplateCodegen": true,
|
|
||||||
"flatModuleOutFile": "browser.js",
|
|
||||||
"flatModuleId": "@angular/animations/browser"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,26 +0,0 @@
|
||||||
{
|
|
||||||
"extends": "../tsconfig-build.json",
|
|
||||||
|
|
||||||
"compilerOptions": {
|
|
||||||
"baseUrl": ".",
|
|
||||||
"rootDir": ".",
|
|
||||||
"paths": {
|
|
||||||
"@angular/core": ["../../dist/packages/core"]
|
|
||||||
},
|
|
||||||
"outDir": "../../dist/packages/animations"
|
|
||||||
},
|
|
||||||
|
|
||||||
"files": [
|
|
||||||
"public_api.ts",
|
|
||||||
"../../node_modules/zone.js/dist/zone.js.d.ts",
|
|
||||||
"../system.d.ts"
|
|
||||||
],
|
|
||||||
|
|
||||||
"angularCompilerOptions": {
|
|
||||||
"annotateForClosureCompiler": true,
|
|
||||||
"strictMetadataEmit": false,
|
|
||||||
"skipTemplateCodegen": true,
|
|
||||||
"flatModuleOutFile": "animations.js",
|
|
||||||
"flatModuleId": "@angular/animations"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,21 +0,0 @@
|
||||||
{
|
|
||||||
"extends": "../tsconfig-build.json",
|
|
||||||
|
|
||||||
"compilerOptions": {
|
|
||||||
"module": "commonjs",
|
|
||||||
"baseUrl": ".",
|
|
||||||
"rootDir": ".",
|
|
||||||
"sourceRoot": ".",
|
|
||||||
"paths": {
|
|
||||||
"@angular/core": ["../../dist/packages/core"]
|
|
||||||
},
|
|
||||||
"outDir": "../../dist/packages/benchpress"
|
|
||||||
},
|
|
||||||
|
|
||||||
"files": [
|
|
||||||
"index.ts",
|
|
||||||
"../../node_modules/@types/node/index.d.ts",
|
|
||||||
"../../node_modules/@types/jasmine/index.d.ts",
|
|
||||||
"../../node_modules/zone.js/dist/zone.js.d.ts"
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -1,27 +0,0 @@
|
||||||
{
|
|
||||||
"extends": "../tsconfig-build.json",
|
|
||||||
|
|
||||||
"compilerOptions": {
|
|
||||||
"baseUrl": ".",
|
|
||||||
"rootDir": "../../",
|
|
||||||
"paths": {
|
|
||||||
"@angular/core": ["../../../../dist/packages/core"],
|
|
||||||
"@angular/common": ["../../../../dist/packages/common"],
|
|
||||||
"@angular/common/http": ["../../../../dist/packages/common/http"],
|
|
||||||
"@angular/platform-browser": ["../../../../dist/packages/platform-browser"]
|
|
||||||
},
|
|
||||||
"outDir": "../../../../dist/packages/common"
|
|
||||||
},
|
|
||||||
|
|
||||||
"files": [
|
|
||||||
"public_api.ts"
|
|
||||||
],
|
|
||||||
|
|
||||||
"angularCompilerOptions": {
|
|
||||||
"annotateForClosureCompiler": true,
|
|
||||||
"strictMetadataEmit": false,
|
|
||||||
"skipTemplateCodegen": true,
|
|
||||||
"flatModuleOutFile": "testing.js",
|
|
||||||
"flatModuleId": "@angular/common/http/testing"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,25 +0,0 @@
|
||||||
{
|
|
||||||
"extends": "../tsconfig-build.json",
|
|
||||||
|
|
||||||
"compilerOptions": {
|
|
||||||
"baseUrl": ".",
|
|
||||||
"rootDir": "../",
|
|
||||||
"paths": {
|
|
||||||
"@angular/common": ["../../../dist/packages/common"],
|
|
||||||
"@angular/core": ["../../../dist/packages/core"]
|
|
||||||
},
|
|
||||||
"outDir": "../../../dist/packages/common"
|
|
||||||
},
|
|
||||||
|
|
||||||
"files": [
|
|
||||||
"public_api.ts"
|
|
||||||
],
|
|
||||||
|
|
||||||
"angularCompilerOptions": {
|
|
||||||
"annotateForClosureCompiler": true,
|
|
||||||
"strictMetadataEmit": false,
|
|
||||||
"skipTemplateCodegen": true,
|
|
||||||
"flatModuleOutFile": "http.js",
|
|
||||||
"flatModuleId": "@angular/common/http"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,27 +0,0 @@
|
||||||
{
|
|
||||||
"compilerOptions": {
|
|
||||||
"baseUrl": ".",
|
|
||||||
"declaration": true,
|
|
||||||
"stripInternal": true,
|
|
||||||
"experimentalDecorators": true,
|
|
||||||
"module": "commonjs",
|
|
||||||
"moduleResolution": "node",
|
|
||||||
"outDir": "../../../dist/packages/common/locales",
|
|
||||||
"paths": {
|
|
||||||
"@angular/common": ["../../../dist/packages/common"],
|
|
||||||
"@angular/core": ["../../../dist/packages/core"]
|
|
||||||
},
|
|
||||||
"sourceMap": true,
|
|
||||||
"inlineSources": true,
|
|
||||||
"target": "es5",
|
|
||||||
"skipLibCheck": true,
|
|
||||||
"lib": ["es2015", "dom"]
|
|
||||||
},
|
|
||||||
"exclude": [
|
|
||||||
"./closure-locale.ts"
|
|
||||||
],
|
|
||||||
"angularCompilerOptions": {
|
|
||||||
"skipTemplateCodegen": true,
|
|
||||||
"skipMetadataEmit": true
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,27 +0,0 @@
|
||||||
{
|
|
||||||
"extends": "../tsconfig-build.json",
|
|
||||||
"compilerOptions": {
|
|
||||||
"baseUrl": ".",
|
|
||||||
"rootDir": "../",
|
|
||||||
"paths": {
|
|
||||||
"@angular/core": [
|
|
||||||
"../../../dist/packages/core"
|
|
||||||
],
|
|
||||||
"@angular/common": [
|
|
||||||
"../../../dist/packages/common"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"outDir": "../../../dist/packages/common"
|
|
||||||
},
|
|
||||||
"files": [
|
|
||||||
"public_api.ts",
|
|
||||||
"../../../node_modules/zone.js/dist/zone.js.d.ts"
|
|
||||||
],
|
|
||||||
"angularCompilerOptions": {
|
|
||||||
"annotateForClosureCompiler": true,
|
|
||||||
"strictMetadataEmit": false,
|
|
||||||
"skipTemplateCodegen": true,
|
|
||||||
"flatModuleOutFile": "testing.js",
|
|
||||||
"flatModuleId": "@angular/common/testing"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,25 +0,0 @@
|
||||||
{
|
|
||||||
"extends": "../tsconfig-build.json",
|
|
||||||
|
|
||||||
"compilerOptions": {
|
|
||||||
"rootDir": ".",
|
|
||||||
"baseUrl": ".",
|
|
||||||
"paths": {
|
|
||||||
"@angular/core": ["../../dist/packages/core"]
|
|
||||||
},
|
|
||||||
"outDir": "../../dist/packages/common"
|
|
||||||
},
|
|
||||||
|
|
||||||
"files": [
|
|
||||||
"public_api.ts",
|
|
||||||
"../../node_modules/zone.js/dist/zone.js.d.ts"
|
|
||||||
],
|
|
||||||
|
|
||||||
"angularCompilerOptions": {
|
|
||||||
"annotateForClosureCompiler": true,
|
|
||||||
"strictMetadataEmit": false,
|
|
||||||
"skipTemplateCodegen": true,
|
|
||||||
"flatModuleOutFile": "common.js",
|
|
||||||
"flatModuleId": "@angular/common"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
"extends": "../tsconfig-build.json",
|
|
||||||
"compilerOptions": {
|
|
||||||
"baseUrl": ".",
|
|
||||||
"rootDir": "../",
|
|
||||||
"paths": {
|
|
||||||
"@angular/common": [
|
|
||||||
"../../../dist/packages/common"
|
|
||||||
],
|
|
||||||
"@angular/core": [
|
|
||||||
"../../../dist/packages/core"
|
|
||||||
],
|
|
||||||
"@angular/platform-browser": [
|
|
||||||
"../../../dist/packages/platform-browser"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"outDir": "../../../dist/packages/common"
|
|
||||||
},
|
|
||||||
"files": [
|
|
||||||
"public_api.ts"
|
|
||||||
],
|
|
||||||
"angularCompilerOptions": {
|
|
||||||
"annotateForClosureCompiler": true,
|
|
||||||
"strictMetadataEmit": false,
|
|
||||||
"skipTemplateCodegen": true,
|
|
||||||
"flatModuleOutFile": "upgrade.js",
|
|
||||||
"flatModuleId": "@angular/common/upgrade"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,24 +0,0 @@
|
||||||
{
|
|
||||||
"extends": "../tsconfig-build.json",
|
|
||||||
|
|
||||||
"compilerOptions": {
|
|
||||||
"baseUrl": ".",
|
|
||||||
"rootDir": "../",
|
|
||||||
"paths": {
|
|
||||||
"@angular/compiler": ["../../../dist/packages/compiler"],
|
|
||||||
"@angular/core": ["../../../dist/packages/core"]
|
|
||||||
},
|
|
||||||
"outDir": "../../../dist/packages/compiler"
|
|
||||||
},
|
|
||||||
|
|
||||||
"files": [
|
|
||||||
"testing.ts",
|
|
||||||
"../../../node_modules/zone.js/dist/zone.js.d.ts"
|
|
||||||
],
|
|
||||||
|
|
||||||
"angularCompilerOptions": {
|
|
||||||
"annotateForClosureCompiler": true,
|
|
||||||
"skipMetadataEmit": true,
|
|
||||||
"skipTemplateCodegen": true
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,37 +0,0 @@
|
||||||
{
|
|
||||||
"compilerOptions": {
|
|
||||||
"baseUrl": ".",
|
|
||||||
"declaration": true,
|
|
||||||
"stripInternal": true,
|
|
||||||
"emitDecoratorMetadata": true,
|
|
||||||
"experimentalDecorators": true,
|
|
||||||
"noImplicitAny": true,
|
|
||||||
"strictNullChecks": true,
|
|
||||||
"strictPropertyInitialization": true,
|
|
||||||
"noFallthroughCasesInSwitch": true,
|
|
||||||
"module": "es2015",
|
|
||||||
"moduleResolution": "node",
|
|
||||||
"outDir": "../../dist/packages/compiler",
|
|
||||||
"paths": {
|
|
||||||
"@angular/core": ["../../dist/packages/core"]
|
|
||||||
},
|
|
||||||
"rootDir": ".",
|
|
||||||
"sourceMap": true,
|
|
||||||
"inlineSources": true,
|
|
||||||
"target": "es2015",
|
|
||||||
"skipLibCheck": true,
|
|
||||||
"lib": ["es2015", "dom"],
|
|
||||||
// don't auto-discover @types/node, it results in a ///<reference in the .d.ts output
|
|
||||||
"types": []
|
|
||||||
},
|
|
||||||
"files": [
|
|
||||||
"index.ts",
|
|
||||||
"../../node_modules/zone.js/dist/zone.js.d.ts"
|
|
||||||
],
|
|
||||||
|
|
||||||
"angularCompilerOptions": {
|
|
||||||
"annotateForClosureCompiler": true,
|
|
||||||
"skipMetadataEmit": true,
|
|
||||||
"skipTemplateCodegen": true
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,31 +0,0 @@
|
||||||
{
|
|
||||||
"extends": "../tsconfig-build.json",
|
|
||||||
"compilerOptions": {
|
|
||||||
"baseUrl": ".",
|
|
||||||
"rootDir": "../",
|
|
||||||
"paths": {
|
|
||||||
"rxjs/*": [
|
|
||||||
"../../../node_modules/rxjs/*"
|
|
||||||
],
|
|
||||||
"@angular/core": [
|
|
||||||
"../../../dist/packages/core"
|
|
||||||
],
|
|
||||||
"@angular/compiler": [
|
|
||||||
"../../../dist/packages/compiler"
|
|
||||||
],
|
|
||||||
},
|
|
||||||
"outDir": "../../../dist/packages/core"
|
|
||||||
},
|
|
||||||
"files": [
|
|
||||||
"public_api.ts",
|
|
||||||
"../../../node_modules/zone.js/dist/zone.js.d.ts",
|
|
||||||
"../../system.d.ts",
|
|
||||||
"../../types.d.ts"
|
|
||||||
],
|
|
||||||
"angularCompilerOptions": {
|
|
||||||
"strictMetadataEmit": false,
|
|
||||||
"skipTemplateCodegen": true,
|
|
||||||
"flatModuleOutFile": "testing.js",
|
|
||||||
"flatModuleId": "@angular/core/testing"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,31 +0,0 @@
|
||||||
{
|
|
||||||
"extends": "../tsconfig-build.json",
|
|
||||||
"compilerOptions": {
|
|
||||||
"baseUrl": ".",
|
|
||||||
"rootDir": ".",
|
|
||||||
"paths": {
|
|
||||||
"rxjs/*": [
|
|
||||||
"../../node_modules/rxjs/*"
|
|
||||||
],
|
|
||||||
"@angular/core": [
|
|
||||||
"."
|
|
||||||
],
|
|
||||||
"@angular/compiler": [
|
|
||||||
"../../dist/packages/compiler"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"outDir": "../../dist/packages/core"
|
|
||||||
},
|
|
||||||
"files": [
|
|
||||||
"public_api.ts",
|
|
||||||
"../../node_modules/zone.js/dist/zone.js.d.ts",
|
|
||||||
"../system.d.ts"
|
|
||||||
],
|
|
||||||
"angularCompilerOptions": {
|
|
||||||
"annotateForClosureCompiler": true,
|
|
||||||
"strictMetadataEmit": false,
|
|
||||||
"skipTemplateCodegen": true,
|
|
||||||
"flatModuleOutFile": "core.js",
|
|
||||||
"flatModuleId": "@angular/core"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,27 +0,0 @@
|
||||||
{
|
|
||||||
"extends": "../tsconfig-build.json",
|
|
||||||
|
|
||||||
"compilerOptions": {
|
|
||||||
"baseUrl": ".",
|
|
||||||
"rootDir": ".",
|
|
||||||
"paths": {
|
|
||||||
"@angular/core": ["../../dist/packages/core"],
|
|
||||||
"@angular/platform-browser": ["../../dist/packages/platform-browser"],
|
|
||||||
"rxjs/*": ["../../node_modules/rxjs/*"]
|
|
||||||
},
|
|
||||||
"outDir": "../../dist/packages/elements"
|
|
||||||
},
|
|
||||||
|
|
||||||
"files": [
|
|
||||||
"public_api.ts",
|
|
||||||
"../../node_modules/zone.js/dist/zone.js.d.ts"
|
|
||||||
],
|
|
||||||
|
|
||||||
"angularCompilerOptions": {
|
|
||||||
"annotateForClosureCompiler": true,
|
|
||||||
"strictMetadataEmit": false,
|
|
||||||
"skipTemplateCodegen": true,
|
|
||||||
"flatModuleOutFile": "elements.js",
|
|
||||||
"flatModuleId": "@angular/elements"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,31 +0,0 @@
|
||||||
{
|
|
||||||
"extends": "../tsconfig-build.json",
|
|
||||||
|
|
||||||
"compilerOptions": {
|
|
||||||
"baseUrl": ".",
|
|
||||||
"rootDir": ".",
|
|
||||||
"paths": {
|
|
||||||
"@angular/core": ["../../dist/packages/core"],
|
|
||||||
"@angular/core/testing": ["../../dist/packages/core/testing"],
|
|
||||||
"@angular/common": ["../../dist/packages/common"],
|
|
||||||
"@angular/common/testing": ["../../dist/packages/common/testing"],
|
|
||||||
"@angular/compiler": ["../../dist/packages/compiler"],
|
|
||||||
"@angular/compiler/testing": ["../../dist/packages/compiler/testing"],
|
|
||||||
"@angular/platform-browser": ["../../dist/packages/platform-browser"]
|
|
||||||
},
|
|
||||||
"outDir": "../../dist/packages/forms"
|
|
||||||
},
|
|
||||||
|
|
||||||
"files": [
|
|
||||||
"public_api.ts",
|
|
||||||
"../../node_modules/zone.js/dist/zone.js.d.ts"
|
|
||||||
],
|
|
||||||
|
|
||||||
"angularCompilerOptions": {
|
|
||||||
"annotateForClosureCompiler": true,
|
|
||||||
"strictMetadataEmit": false,
|
|
||||||
"skipTemplateCodegen": true,
|
|
||||||
"flatModuleOutFile": "forms.js",
|
|
||||||
"flatModuleId": "@angular/forms"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,26 +0,0 @@
|
||||||
{
|
|
||||||
"extends": "../tsconfig-build.json",
|
|
||||||
|
|
||||||
"compilerOptions": {
|
|
||||||
"baseUrl": ".",
|
|
||||||
"rootDir": "../",
|
|
||||||
"paths": {
|
|
||||||
"@angular/core": ["../../../dist/packages/core"],
|
|
||||||
"@angular/http": ["../../../dist/packages/http"],
|
|
||||||
"rxjs/*": ["../../../node_modules/rxjs/*"]
|
|
||||||
},
|
|
||||||
"outDir": "../../../dist/packages/http"
|
|
||||||
},
|
|
||||||
|
|
||||||
"files": [
|
|
||||||
"public_api.ts"
|
|
||||||
],
|
|
||||||
|
|
||||||
"angularCompilerOptions": {
|
|
||||||
"annotateForClosureCompiler": true,
|
|
||||||
"strictMetadataEmit": false,
|
|
||||||
"skipTemplateCodegen": true,
|
|
||||||
"flatModuleOutFile": "testing.js",
|
|
||||||
"flatModuleId": "@angular/http/testing"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,27 +0,0 @@
|
||||||
{
|
|
||||||
"extends": "../tsconfig-build.json",
|
|
||||||
|
|
||||||
"compilerOptions": {
|
|
||||||
"baseUrl": ".",
|
|
||||||
"rootDir": ".",
|
|
||||||
"paths": {
|
|
||||||
"@angular/core": ["../../dist/packages/core"],
|
|
||||||
"@angular/common": ["../../dist/packages/common"],
|
|
||||||
"@angular/platform-browser": ["../../dist/packages/platform-browser"]
|
|
||||||
},
|
|
||||||
"outDir": "../../dist/packages/http"
|
|
||||||
},
|
|
||||||
|
|
||||||
"files": [
|
|
||||||
"public_api.ts",
|
|
||||||
"../../node_modules/zone.js/dist/zone.js.d.ts"
|
|
||||||
],
|
|
||||||
|
|
||||||
"angularCompilerOptions": {
|
|
||||||
"annotateForClosureCompiler": true,
|
|
||||||
"strictMetadataEmit": false,
|
|
||||||
"skipTemplateCodegen": true,
|
|
||||||
"flatModuleOutFile": "http.js",
|
|
||||||
"flatModuleId": "@angular/http"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,30 +0,0 @@
|
||||||
{
|
|
||||||
"extends": "../tsconfig-build.json",
|
|
||||||
|
|
||||||
"compilerOptions": {
|
|
||||||
"emitDecoratorMetadata": true,
|
|
||||||
"baseUrl": ".",
|
|
||||||
"rootDir": ".",
|
|
||||||
"paths": {
|
|
||||||
"@angular/core": ["../../dist/packages/core"],
|
|
||||||
"@angular/animation": ["../../dist/packages/animation"],
|
|
||||||
"@angular/animation/browser": ["../../dist/packages/animation/browser"],
|
|
||||||
"@angular/core/testing": ["../../dist/packages/core/testing"],
|
|
||||||
"@angular/common": ["../../dist/packages/common"],
|
|
||||||
"@angular/compiler": ["../../dist/packages/compiler"],
|
|
||||||
"@angular/compiler-cli": ["../../dist/packages/compiler-cli"],
|
|
||||||
"@angular/compiler-cli/*": ["../../dist/packages/compiler-cli/*"],
|
|
||||||
"@angular/http": ["../../dist/packages/http"],
|
|
||||||
"@angular/platform-server": ["../../dist/packages/platform-server"],
|
|
||||||
"@angular/platform-browser": ["../../dist/packages/platform-browser"]
|
|
||||||
},
|
|
||||||
"outDir": "../../dist/packages/language-service"
|
|
||||||
},
|
|
||||||
|
|
||||||
"files": [
|
|
||||||
"index.ts",
|
|
||||||
"../../node_modules/zone.js/dist/zone.js.d.ts",
|
|
||||||
"../../node_modules/@types/node/index.d.ts",
|
|
||||||
"../../node_modules/@types/jasmine/index.d.ts"
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -1,34 +0,0 @@
|
||||||
{
|
|
||||||
"extends": "../tsconfig-build.json",
|
|
||||||
|
|
||||||
"compilerOptions": {
|
|
||||||
"baseUrl": ".",
|
|
||||||
"rootDir": "../",
|
|
||||||
"paths": {
|
|
||||||
"@angular/core": ["../../../dist/packages/core"],
|
|
||||||
"@angular/core/testing": ["../../../dist/packages/core/testing"],
|
|
||||||
"@angular/common": ["../../../dist/packages/common"],
|
|
||||||
"@angular/common/testing": ["../../../dist/packages/common/testing"],
|
|
||||||
"@angular/compiler": ["../../../dist/packages/compiler"],
|
|
||||||
"@angular/compiler/testing": ["../../../dist/packages/compiler/testing"],
|
|
||||||
"@angular/platform-browser": ["../../../dist/packages/platform-browser"],
|
|
||||||
"@angular/platform-browser/testing": ["../../../dist/packages/platform-browser/testing"],
|
|
||||||
"@angular/platform-browser-dynamic": ["../../../dist/packages/platform-browser-dynamic"]
|
|
||||||
},
|
|
||||||
"outDir": "../../../dist/packages/platform-browser-dynamic"
|
|
||||||
},
|
|
||||||
|
|
||||||
"files": [
|
|
||||||
"public_api.ts",
|
|
||||||
"../../../node_modules/@types/jasmine/index.d.ts",
|
|
||||||
"../../../node_modules/zone.js/dist/zone.js.d.ts"
|
|
||||||
],
|
|
||||||
|
|
||||||
"angularCompilerOptions": {
|
|
||||||
"annotateForClosureCompiler": true,
|
|
||||||
"strictMetadataEmit": false,
|
|
||||||
"skipTemplateCodegen": true,
|
|
||||||
"flatModuleOutFile": "testing.js",
|
|
||||||
"flatModuleId": "@angular/platform-browser-dynamic/testing"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,33 +0,0 @@
|
||||||
{
|
|
||||||
"extends": "../tsconfig-build.json",
|
|
||||||
|
|
||||||
"compilerOptions": {
|
|
||||||
"baseUrl": ".",
|
|
||||||
"rootDir": ".",
|
|
||||||
"paths": {
|
|
||||||
"@angular/core": ["../../dist/packages/core"],
|
|
||||||
"@angular/core/testing": ["../../dist/packages/core/testing"],
|
|
||||||
"@angular/common": ["../../dist/packages/common"],
|
|
||||||
"@angular/common/testing": ["../../dist/packages/common/testing"],
|
|
||||||
"@angular/compiler": ["../../dist/packages/compiler"],
|
|
||||||
"@angular/compiler/testing": ["../../dist/packages/compiler/testing"],
|
|
||||||
"@angular/platform-browser": ["../../dist/packages/platform-browser"],
|
|
||||||
"@angular/platform-browser/testing": ["../../dist/packages/platform-browser/testing"]
|
|
||||||
},
|
|
||||||
"outDir": "../../dist/packages/platform-browser-dynamic"
|
|
||||||
},
|
|
||||||
|
|
||||||
"files": [
|
|
||||||
"public_api.ts",
|
|
||||||
"../../node_modules/@types/jasmine/index.d.ts",
|
|
||||||
"../../node_modules/zone.js/dist/zone.js.d.ts"
|
|
||||||
],
|
|
||||||
|
|
||||||
"angularCompilerOptions": {
|
|
||||||
"annotateForClosureCompiler": true,
|
|
||||||
"strictMetadataEmit": false,
|
|
||||||
"skipTemplateCodegen": true,
|
|
||||||
"flatModuleOutFile": "platform-browser-dynamic.js",
|
|
||||||
"flatModuleId": "@angular/platform-browser-dynamic"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,32 +0,0 @@
|
||||||
{
|
|
||||||
"extends": "../tsconfig-build.json",
|
|
||||||
|
|
||||||
"compilerOptions": {
|
|
||||||
"baseUrl": ".",
|
|
||||||
"rootDir": "../",
|
|
||||||
"paths": {
|
|
||||||
"rxjs/*": ["../../../node_modules/rxjs/*"],
|
|
||||||
"@angular/common": ["../../../dist/packages/common"],
|
|
||||||
"@angular/core": ["../../../dist/packages/core"],
|
|
||||||
"@angular/core/testing": ["../../../dist/packages/core/testing"],
|
|
||||||
"@angular/animations": ["../../../dist/packages/animations"],
|
|
||||||
"@angular/animations/browser": ["../../../dist/packages/animations/browser"],
|
|
||||||
"@angular/platform-browser": ["../../../dist/packages/platform-browser"]
|
|
||||||
},
|
|
||||||
"outDir": "../../../dist/packages/platform-browser"
|
|
||||||
},
|
|
||||||
|
|
||||||
"files": [
|
|
||||||
"public_api.ts",
|
|
||||||
"../../../node_modules/zone.js/dist/zone.js.d.ts",
|
|
||||||
"../../system.d.ts"
|
|
||||||
],
|
|
||||||
|
|
||||||
"angularCompilerOptions": {
|
|
||||||
"annotateForClosureCompiler": true,
|
|
||||||
"strictMetadataEmit": false,
|
|
||||||
"skipTemplateCodegen": true,
|
|
||||||
"flatModuleOutFile": "animations.js",
|
|
||||||
"flatModuleId": "@angular/platform-browser/animations"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,31 +0,0 @@
|
||||||
{
|
|
||||||
"extends": "../tsconfig-build.json",
|
|
||||||
|
|
||||||
"compilerOptions": {
|
|
||||||
"baseUrl": ".",
|
|
||||||
"rootDir": "../",
|
|
||||||
"paths": {
|
|
||||||
"@angular/core": ["../../../dist/packages/core"],
|
|
||||||
"@angular/core/testing": ["../../../dist/packages/core/testing"],
|
|
||||||
"@angular/common": ["../../../dist/packages/common"],
|
|
||||||
"@angular/common/testing": ["../../../dist/packages/common/testing"],
|
|
||||||
"@angular/platform-browser": ["../../../dist/packages/platform-browser"]
|
|
||||||
},
|
|
||||||
"outDir": "../../../dist/packages/platform-browser"
|
|
||||||
},
|
|
||||||
|
|
||||||
"files": [
|
|
||||||
"public_api.ts",
|
|
||||||
"../../../node_modules/@types/hammerjs/index.d.ts",
|
|
||||||
"../../../node_modules/@types/jasmine/index.d.ts",
|
|
||||||
"../../../node_modules/zone.js/dist/zone.js.d.ts"
|
|
||||||
],
|
|
||||||
|
|
||||||
"angularCompilerOptions": {
|
|
||||||
"annotateForClosureCompiler": true,
|
|
||||||
"strictMetadataEmit": false,
|
|
||||||
"skipTemplateCodegen": true,
|
|
||||||
"flatModuleOutFile": "testing.js",
|
|
||||||
"flatModuleId": "@angular/platform-browser/testing"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
"extends": "../tsconfig-build.json",
|
|
||||||
|
|
||||||
"compilerOptions": {
|
|
||||||
"baseUrl": ".",
|
|
||||||
"rootDir": ".",
|
|
||||||
"paths": {
|
|
||||||
"@angular/core": ["../../dist/packages/core"],
|
|
||||||
"@angular/platform-browser/animations": ["../../dist/packages/platform-browser/animations"],
|
|
||||||
"@angular/common": ["../../dist/packages/common"]
|
|
||||||
},
|
|
||||||
"outDir": "../../dist/packages/platform-browser"
|
|
||||||
},
|
|
||||||
|
|
||||||
"files": [
|
|
||||||
"public_api.ts",
|
|
||||||
"../../node_modules/@types/hammerjs/index.d.ts",
|
|
||||||
"../../node_modules/zone.js/dist/zone.js.d.ts",
|
|
||||||
"../goog.d.ts"
|
|
||||||
],
|
|
||||||
|
|
||||||
"angularCompilerOptions": {
|
|
||||||
"annotateForClosureCompiler": true,
|
|
||||||
"strictMetadataEmit": false,
|
|
||||||
"skipTemplateCodegen": true,
|
|
||||||
"flatModuleOutFile": "platform-browser.js",
|
|
||||||
"flatModuleId": "@angular/platform-browser"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,42 +0,0 @@
|
||||||
{
|
|
||||||
"extends": "../tsconfig-build.json",
|
|
||||||
|
|
||||||
"compilerOptions": {
|
|
||||||
"baseUrl": ".",
|
|
||||||
"rootDir": "../",
|
|
||||||
"paths": {
|
|
||||||
"@angular/animations": ["../../../dist/packages/animations"],
|
|
||||||
"@angular/animations/browser": ["../../../dist/packages/animations/browser"],
|
|
||||||
"@angular/core": ["../../../dist/packages/core"],
|
|
||||||
"@angular/core/testing": ["../../../dist/packages/core/testing"],
|
|
||||||
"@angular/common": ["../../../dist/packages/common"],
|
|
||||||
"@angular/common/http": ["../../../dist/packages/common/http"],
|
|
||||||
"@angular/common/testing": ["../../../dist/packages/common/testing"],
|
|
||||||
"@angular/compiler": ["../../../dist/packages/compiler"],
|
|
||||||
"@angular/compiler/testing": ["../../../dist/packages/compiler/testing"],
|
|
||||||
"@angular/http": ["../../../dist/packages/http"],
|
|
||||||
"@angular/platform-browser": ["../../../dist/packages/platform-browser"],
|
|
||||||
"@angular/platform-browser/animations": ["../../../dist/packages/platform-browser/animations"],
|
|
||||||
"@angular/platform-browser/testing": ["../../../dist/packages/platform-browser/testing"],
|
|
||||||
"@angular/platform-browser-dynamic": ["../../../dist/packages/platform-browser-dynamic"],
|
|
||||||
"@angular/platform-browser-dynamic/testing": ["../../../dist/packages/platform-browser-dynamic/testing"],
|
|
||||||
"@angular/platform-server": ["../../../dist/packages/platform-server"]
|
|
||||||
},
|
|
||||||
"outDir": "../../../dist/packages/platform-server"
|
|
||||||
},
|
|
||||||
|
|
||||||
"files": [
|
|
||||||
"public_api.ts",
|
|
||||||
"../../../node_modules/@types/jasmine/index.d.ts",
|
|
||||||
"../../../node_modules/@types/node/index.d.ts",
|
|
||||||
"../../../node_modules/zone.js/dist/zone.js.d.ts"
|
|
||||||
],
|
|
||||||
|
|
||||||
"angularCompilerOptions": {
|
|
||||||
"annotateForClosureCompiler": true,
|
|
||||||
"strictMetadataEmit": false,
|
|
||||||
"skipTemplateCodegen": true,
|
|
||||||
"flatModuleOutFile": "testing.js",
|
|
||||||
"flatModuleId": "@angular/platform-server/testing"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,35 +0,0 @@
|
||||||
{
|
|
||||||
"extends": "../tsconfig-build.json",
|
|
||||||
|
|
||||||
"compilerOptions": {
|
|
||||||
"baseUrl": ".",
|
|
||||||
"rootDir": ".",
|
|
||||||
"paths": {
|
|
||||||
"@angular/animations": ["../../dist/packages/animations"],
|
|
||||||
"@angular/animations/browser": ["../../dist/packages/animations/browser"],
|
|
||||||
"@angular/core": ["../../dist/packages/core"],
|
|
||||||
"@angular/common": ["../../dist/packages/common"],
|
|
||||||
"@angular/common/http": ["../../dist/packages/common/http"],
|
|
||||||
"@angular/compiler": ["../../dist/packages/compiler"],
|
|
||||||
"@angular/http": ["../../dist/packages/http"],
|
|
||||||
"@angular/platform-browser": ["../../dist/packages/platform-browser"],
|
|
||||||
"@angular/platform-browser/animations": ["../../dist/packages/platform-browser/animations"],
|
|
||||||
"@angular/platform-browser-dynamic": ["../../dist/packages/platform-browser-dynamic"]
|
|
||||||
},
|
|
||||||
"outDir": "../../dist/packages/platform-server"
|
|
||||||
},
|
|
||||||
|
|
||||||
"files": [
|
|
||||||
"public_api.ts",
|
|
||||||
"../../node_modules/@types/node/index.d.ts",
|
|
||||||
"../../node_modules/zone.js/dist/zone.js.d.ts"
|
|
||||||
],
|
|
||||||
|
|
||||||
"angularCompilerOptions": {
|
|
||||||
"annotateForClosureCompiler": true,
|
|
||||||
"strictMetadataEmit": false,
|
|
||||||
"skipTemplateCodegen": true,
|
|
||||||
"flatModuleOutFile": "platform-server.js",
|
|
||||||
"flatModuleId": "@angular/platform-server"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,30 +0,0 @@
|
||||||
{
|
|
||||||
"extends": "../tsconfig-build.json",
|
|
||||||
|
|
||||||
"compilerOptions": {
|
|
||||||
"baseUrl": ".",
|
|
||||||
"rootDir": ".",
|
|
||||||
"paths": {
|
|
||||||
"@angular/core": ["../../dist/packages/core"],
|
|
||||||
"@angular/common": ["../../dist/packages/common"],
|
|
||||||
"@angular/compiler": ["../../dist/packages/compiler"],
|
|
||||||
"@angular/platform-browser": ["../../dist/packages/platform-browser"],
|
|
||||||
"@angular/platform-browser-dynamic": ["../../dist/packages/platform-browser-dynamic"],
|
|
||||||
"@angular/platform-webworker": ["../../dist/packages/platform-webworker"]
|
|
||||||
},
|
|
||||||
"outDir": "../../dist/packages/platform-webworker-dynamic"
|
|
||||||
},
|
|
||||||
|
|
||||||
"files": [
|
|
||||||
"public_api.ts",
|
|
||||||
"../../node_modules/zone.js/dist/zone.js.d.ts"
|
|
||||||
],
|
|
||||||
|
|
||||||
"angularCompilerOptions": {
|
|
||||||
"annotateForClosureCompiler": true,
|
|
||||||
"strictMetadataEmit": false,
|
|
||||||
"skipTemplateCodegen": true,
|
|
||||||
"flatModuleOutFile": "platform-webworker-dynamic.js",
|
|
||||||
"flatModuleId": "@angular/platform-webworker-dynamic"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,27 +0,0 @@
|
||||||
{
|
|
||||||
"extends": "../tsconfig-build.json",
|
|
||||||
|
|
||||||
"compilerOptions": {
|
|
||||||
"baseUrl": ".",
|
|
||||||
"rootDir": ".",
|
|
||||||
"paths": {
|
|
||||||
"@angular/core": ["../../dist/packages/core"],
|
|
||||||
"@angular/common": ["../../dist/packages/common"],
|
|
||||||
"@angular/platform-browser": ["../../dist/packages/platform-browser"]
|
|
||||||
},
|
|
||||||
"outDir": "../../dist/packages/platform-webworker"
|
|
||||||
},
|
|
||||||
|
|
||||||
"files": [
|
|
||||||
"public_api.ts",
|
|
||||||
"../../node_modules/zone.js/dist/zone.js.d.ts"
|
|
||||||
],
|
|
||||||
|
|
||||||
"angularCompilerOptions": {
|
|
||||||
"annotateForClosureCompiler": true,
|
|
||||||
"strictMetadataEmit": false,
|
|
||||||
"skipTemplateCodegen": true,
|
|
||||||
"flatModuleOutFile": "platform-webworker.js",
|
|
||||||
"flatModuleId": "@angular/platform-webworker"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,28 +0,0 @@
|
||||||
{
|
|
||||||
"extends": "../tsconfig-build.json",
|
|
||||||
|
|
||||||
"compilerOptions": {
|
|
||||||
"baseUrl": ".",
|
|
||||||
"rootDir": "../",
|
|
||||||
"paths": {
|
|
||||||
"@angular/core": ["../../../dist/packages/core"],
|
|
||||||
"@angular/common": ["../../../dist/packages/common"],
|
|
||||||
"@angular/common/testing": ["../../../dist/packages/common/testing"],
|
|
||||||
"@angular/platform-browser": ["../../../dist/packages/platform-browser"],
|
|
||||||
"@angular/router": ["../../../dist/packages/router"]
|
|
||||||
},
|
|
||||||
"outDir": "../../../dist/packages/router"
|
|
||||||
},
|
|
||||||
|
|
||||||
"files": [
|
|
||||||
"public_api.ts"
|
|
||||||
],
|
|
||||||
|
|
||||||
"angularCompilerOptions": {
|
|
||||||
"annotateForClosureCompiler": true,
|
|
||||||
"strictMetadataEmit": false,
|
|
||||||
"skipTemplateCodegen": true,
|
|
||||||
"flatModuleOutFile": "testing.js",
|
|
||||||
"flatModuleId": "@angular/router/testing"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,27 +0,0 @@
|
||||||
{
|
|
||||||
"extends": "../tsconfig-build.json",
|
|
||||||
|
|
||||||
"compilerOptions": {
|
|
||||||
"baseUrl": ".",
|
|
||||||
"rootDir": ".",
|
|
||||||
"emitDecoratorMetadata": true,
|
|
||||||
"paths": {
|
|
||||||
"@angular/core": ["../../dist/packages/core"],
|
|
||||||
"@angular/common": ["../../dist/packages/common"],
|
|
||||||
"@angular/platform-browser": ["../../dist/packages/platform-browser"]
|
|
||||||
},
|
|
||||||
"outDir": "../../dist/packages/router"
|
|
||||||
},
|
|
||||||
|
|
||||||
"files": [
|
|
||||||
"public_api.ts"
|
|
||||||
],
|
|
||||||
|
|
||||||
"angularCompilerOptions": {
|
|
||||||
"annotateForClosureCompiler": true,
|
|
||||||
"strictMetadataEmit": false,
|
|
||||||
"skipTemplateCodegen": true,
|
|
||||||
"flatModuleOutFile": "router.js",
|
|
||||||
"flatModuleId": "@angular/router"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,27 +0,0 @@
|
||||||
{
|
|
||||||
"extends": "../tsconfig-build.json",
|
|
||||||
"compilerOptions": {
|
|
||||||
"baseUrl": ".",
|
|
||||||
"rootDir": "../",
|
|
||||||
"paths": {
|
|
||||||
"@angular/common": ["../../../dist/packages/common"],
|
|
||||||
"@angular/core": ["../../../dist/packages/core"],
|
|
||||||
"@angular/platform-browser": ["../../../dist/packages/platform-browser"],
|
|
||||||
"@angular/router": ["../../../dist/packages/router"],
|
|
||||||
"@angular/upgrade/static": ["../../../dist/packages/upgrade/static"]
|
|
||||||
},
|
|
||||||
"outDir": "../../../dist/packages/router"
|
|
||||||
},
|
|
||||||
|
|
||||||
"files": [
|
|
||||||
"public_api.ts"
|
|
||||||
],
|
|
||||||
|
|
||||||
"angularCompilerOptions": {
|
|
||||||
"annotateForClosureCompiler": true,
|
|
||||||
"strictMetadataEmit": false,
|
|
||||||
"skipTemplateCodegen": true,
|
|
||||||
"flatModuleOutFile": "upgrade.js",
|
|
||||||
"flatModuleId": "@angular/router/upgrade"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,24 +0,0 @@
|
||||||
{
|
|
||||||
"extends": "../tsconfig-build.json",
|
|
||||||
|
|
||||||
"compilerOptions": {
|
|
||||||
"baseUrl": ".",
|
|
||||||
"rootDir": "../",
|
|
||||||
"paths": {
|
|
||||||
"@angular/core": ["../../../dist/packages/core"]
|
|
||||||
},
|
|
||||||
"outDir": "../../../dist/packages/service-worker"
|
|
||||||
},
|
|
||||||
|
|
||||||
"files": [
|
|
||||||
"public_api.ts"
|
|
||||||
],
|
|
||||||
|
|
||||||
"angularCompilerOptions": {
|
|
||||||
"annotateForClosureCompiler": true,
|
|
||||||
"strictMetadataEmit": false,
|
|
||||||
"flatModuleOutFile": "config.js",
|
|
||||||
"flatModuleId": "@angular/service-worker/config",
|
|
||||||
"skipTemplateCodegen": true
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,26 +0,0 @@
|
||||||
{
|
|
||||||
"extends": "../tsconfig-build.json",
|
|
||||||
|
|
||||||
"compilerOptions": {
|
|
||||||
"baseUrl": ".",
|
|
||||||
"rootDir": ".",
|
|
||||||
"paths": {
|
|
||||||
"@angular/core": ["../../dist/packages/core"],
|
|
||||||
"@angular/common": ["../../dist/packages/common"]
|
|
||||||
},
|
|
||||||
"outDir": "../../dist/packages/service-worker"
|
|
||||||
},
|
|
||||||
|
|
||||||
"files": [
|
|
||||||
"public_api.ts",
|
|
||||||
"../../node_modules/zone.js/dist/zone.js.d.ts"
|
|
||||||
],
|
|
||||||
|
|
||||||
"angularCompilerOptions": {
|
|
||||||
"annotateForClosureCompiler": true,
|
|
||||||
"strictMetadataEmit": false,
|
|
||||||
"flatModuleOutFile": "service-worker.js",
|
|
||||||
"flatModuleId": "@angular/service-worker",
|
|
||||||
"skipTemplateCodegen": true
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,27 +0,0 @@
|
||||||
{
|
|
||||||
"extends": "../tsconfig-build.json",
|
|
||||||
|
|
||||||
"compilerOptions": {
|
|
||||||
"baseUrl": ".",
|
|
||||||
"rootDir": "../",
|
|
||||||
"paths": {
|
|
||||||
"@angular/core": ["../../../dist/packages/core"],
|
|
||||||
"@angular/common": ["../../../dist/packages/common"],
|
|
||||||
"@angular/platform-browser": ["../../../dist/packages/platform-browser"],
|
|
||||||
"@angular/platform-browser-dynamic": ["../../../dist/packages/platform-browser-dynamic"]
|
|
||||||
},
|
|
||||||
"outDir": "../../../dist/packages/upgrade"
|
|
||||||
},
|
|
||||||
|
|
||||||
"files": [
|
|
||||||
"public_api.ts",
|
|
||||||
"../../../node_modules/zone.js/dist/zone.js.d.ts"
|
|
||||||
],
|
|
||||||
|
|
||||||
"angularCompilerOptions": {
|
|
||||||
"strictMetadataEmit": false,
|
|
||||||
"skipTemplateCodegen": true,
|
|
||||||
"flatModuleOutFile": "static.js",
|
|
||||||
"flatModuleId": "@angular/upgrade/static"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
"extends": "../tsconfig-build.json",
|
|
||||||
|
|
||||||
"compilerOptions": {
|
|
||||||
"baseUrl": ".",
|
|
||||||
"rootDir": ".",
|
|
||||||
"paths": {
|
|
||||||
"@angular/core": ["../../dist/packages/core"],
|
|
||||||
"@angular/common": ["../../dist/packages/common"],
|
|
||||||
"@angular/compiler": ["../../dist/packages/compiler"],
|
|
||||||
"@angular/platform-browser": ["../../dist/packages/platform-browser"],
|
|
||||||
"@angular/platform-browser-dynamic": ["../../dist/packages/platform-browser-dynamic"]
|
|
||||||
},
|
|
||||||
"outDir": "../../dist/packages/upgrade"
|
|
||||||
},
|
|
||||||
|
|
||||||
"files": [
|
|
||||||
"public_api.ts",
|
|
||||||
"../../node_modules/zone.js/dist/zone.js.d.ts"
|
|
||||||
],
|
|
||||||
|
|
||||||
"angularCompilerOptions": {
|
|
||||||
"annotateForClosureCompiler": true,
|
|
||||||
"strictMetadataEmit": false,
|
|
||||||
"skipTemplateCodegen": true,
|
|
||||||
"flatModuleOutFile": "upgrade.js",
|
|
||||||
"flatModuleId": "@angular/upgrade"
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue