Skip to content

Commit 1e2db0b

Browse files
intellixhansl
authored andcommitted
chore(server): Disable compileOnSave within tsconfig.json
Closes angular#260
1 parent 75050ae commit 1e2db0b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

addon/ng2/blueprints/ng2/files/e2e/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"compileOnSave": false,
23
"compilerOptions": {
34
"declaration": false,
45
"emitDecoratorMetadata": true,

addon/ng2/blueprints/ng2/files/src/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"compileOnSave": false,
23
"compilerOptions": {
34
"declaration": false,
45
"emitDecoratorMetadata": true,

0 commit comments

Comments
 (0)