From 3c9a650a99feab4b4ab28059249f98c2e39b6fd0 Mon Sep 17 00:00:00 2001 From: rodyhaddad Date: Tue, 1 Sep 2015 18:50:21 +0300 Subject: [PATCH] fix(ng2): remove useless tsconfig.json file. People should build using the ng cli tool --- addon/ng2/blueprints/ng2/files/tsconfig.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 addon/ng2/blueprints/ng2/files/tsconfig.json diff --git a/addon/ng2/blueprints/ng2/files/tsconfig.json b/addon/ng2/blueprints/ng2/files/tsconfig.json deleted file mode 100644 index fcd6596393..0000000000 --- a/addon/ng2/blueprints/ng2/files/tsconfig.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "compilerOptions": { - "emitDecoratorMetadata": true, - "module": "amd", - "target": "es5" - }, - "filesGlob": [ - "./**/*.ts", - "!./node_modules/**/*.ts" - ] -}