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