diff --git a/packages/animations/browser/testing/tsconfig-build.json b/packages/animations/browser/testing/tsconfig-build.json deleted file mode 100644 index 1b8d6a779b..0000000000 --- a/packages/animations/browser/testing/tsconfig-build.json +++ /dev/null @@ -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" - } -} diff --git a/packages/animations/browser/tsconfig-build.json b/packages/animations/browser/tsconfig-build.json deleted file mode 100644 index 963bc8dfa2..0000000000 --- a/packages/animations/browser/tsconfig-build.json +++ /dev/null @@ -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" - } -} diff --git a/packages/animations/tsconfig-build.json b/packages/animations/tsconfig-build.json deleted file mode 100644 index f3ecc805f6..0000000000 --- a/packages/animations/tsconfig-build.json +++ /dev/null @@ -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" - } -} diff --git a/packages/benchpress/tsconfig-build.json b/packages/benchpress/tsconfig-build.json deleted file mode 100644 index 540553953e..0000000000 --- a/packages/benchpress/tsconfig-build.json +++ /dev/null @@ -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" - ] -} diff --git a/packages/common/http/testing/tsconfig-build.json b/packages/common/http/testing/tsconfig-build.json deleted file mode 100644 index 9d37f99383..0000000000 --- a/packages/common/http/testing/tsconfig-build.json +++ /dev/null @@ -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" - } -} diff --git a/packages/common/http/tsconfig-build.json b/packages/common/http/tsconfig-build.json deleted file mode 100644 index 39180a20d2..0000000000 --- a/packages/common/http/tsconfig-build.json +++ /dev/null @@ -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" - } -} diff --git a/packages/common/locales/tsconfig-build.json b/packages/common/locales/tsconfig-build.json deleted file mode 100644 index 5a57417b96..0000000000 --- a/packages/common/locales/tsconfig-build.json +++ /dev/null @@ -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 - } -} diff --git a/packages/common/testing/tsconfig-build.json b/packages/common/testing/tsconfig-build.json deleted file mode 100644 index 9936ed3268..0000000000 --- a/packages/common/testing/tsconfig-build.json +++ /dev/null @@ -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" - } -} \ No newline at end of file diff --git a/packages/common/tsconfig-build.json b/packages/common/tsconfig-build.json deleted file mode 100644 index 1cba80a609..0000000000 --- a/packages/common/tsconfig-build.json +++ /dev/null @@ -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" - } -} diff --git a/packages/common/upgrade/tsconfig-build.json b/packages/common/upgrade/tsconfig-build.json deleted file mode 100644 index 0ea78796f2..0000000000 --- a/packages/common/upgrade/tsconfig-build.json +++ /dev/null @@ -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" - } -} \ No newline at end of file diff --git a/packages/compiler/testing/tsconfig-build.json b/packages/compiler/testing/tsconfig-build.json deleted file mode 100644 index 48f35ad786..0000000000 --- a/packages/compiler/testing/tsconfig-build.json +++ /dev/null @@ -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 - } -} diff --git a/packages/compiler/tsconfig-build.json b/packages/compiler/tsconfig-build.json deleted file mode 100644 index d59d031f3b..0000000000 --- a/packages/compiler/tsconfig-build.json +++ /dev/null @@ -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 ///