From 33a2f86b28d192db71ac530c94bf57d063f2bf47 Mon Sep 17 00:00:00 2001 From: Tobias Bosch Date: Thu, 23 Jun 2016 10:01:10 -0700 Subject: [PATCH] chore: remove stale tsconfig.json This tsconfig.json prevents fast round trip cycles in VsCode as it relies on the package-dist folders to be filled. --- modules/@angular/core/test/tsconfig.json | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 modules/@angular/core/test/tsconfig.json diff --git a/modules/@angular/core/test/tsconfig.json b/modules/@angular/core/test/tsconfig.json deleted file mode 100644 index 4abb02f7c6..0000000000 --- a/modules/@angular/core/test/tsconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "compilerOptions": { - "baseUrl": ".", - "declaration": true, - "emitDecoratorMetadata": true, - "experimentalDecorators": true, - "module": "commonjs", - "moduleResolution": "node", - "outDir": "../../../../dist/packages-test/core/", - "paths": { - "rxjs/*": ["../../../../node_modules/rxjs/*"], - "@angular/*": ["../../../../dist/packages-dist/*"] - }, - "rootDir": ".", - "sourceMap": true, - "sourceRoot": ".", - "target": "es5" - } -}