From 28a54bb7e7f959cef0fea4fd8ddfdf6019eec967 Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Fri, 22 Jul 2016 15:38:11 +0100 Subject: [PATCH] fix: fix tsconfig for editors --- addon/ng2/blueprints/ng2/files/__path__/tsconfig.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/addon/ng2/blueprints/ng2/files/__path__/tsconfig.json b/addon/ng2/blueprints/ng2/files/__path__/tsconfig.json index 538b19d67754..faac42382330 100644 --- a/addon/ng2/blueprints/ng2/files/__path__/tsconfig.json +++ b/addon/ng2/blueprints/ng2/files/__path__/tsconfig.json @@ -1,6 +1,5 @@ { "compilerOptions": { - "baseUrl":"./", "declaration": false, "emitDecoratorMetadata": true, "experimentalDecorators": true, @@ -9,10 +8,5 @@ "moduleResolution": "node", "sourceMap": true, "target": "es5" - }, - "compileOnSave": false, - "buildOnSave": false, - "includes": [ - "**.d.ts" - ] + } }