Skip to content

Commit 1807b14

Browse files
committed
Added 'compilationMode' to the tsconfig for the backward compatibility
1 parent b7733b7 commit 1807b14

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ npm-debug.log
4040
yarn-error.log
4141
testem.log
4242
/typings
43+
.angular
4344

4445
# System Files
4546
.DS_Store

tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,8 @@
2626
"dist/code-input/*"
2727
]
2828
}
29+
},
30+
"angularCompilerOptions": {
31+
"compilationMode": "partial"
2932
}
3033
}

0 commit comments

Comments
 (0)