Skip to content

Commit 23d638f

Browse files
committed
Enabled incremental tsc compilation for faster compilation
1 parent f88428d commit 23d638f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tsconfig.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"compilerOptions": {
33
"outDir": "./dist",
4+
"tsBuildInfoFile": "./tmp/tsbuildinfo",
5+
"incremental": true,
46
"sourceMap": true,
57
"declaration": true,
68
"allowJs": true,

0 commit comments

Comments
 (0)