Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e7e722c

Browse files
intellixjkuri
authored andcommittedFeb 29, 2016
chore(server): Disable compileOnSave within tsconfig.json
Closes #260
1 parent 5592a6b commit e7e722c

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)
Please sign in to comment.