Skip to content

Commit e8db33a

Browse files
dyladanmayurkale22
authored andcommitted
chore: enable incremental builds (#633)
1 parent af5a364 commit e8db33a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/tsconfig.base.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"sourceMap": true,
1414
"strict": true,
1515
"strictNullChecks": true,
16-
"target": "es2017"
16+
"target": "es2017",
17+
"incremental": true
1718
},
1819
"exclude": [
1920
"node_modules"

0 commit comments

Comments
 (0)