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" - ] -}