Skip to content

Commit f48733d

Browse files
committed
build(test): enable incremental builds
1 parent 642cdfe commit f48733d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tsconfig.test.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
22
"extends": "./tsconfig.base.json",
3-
"compilerOptions": {}
3+
"compilerOptions": {
4+
"incremental": true
5+
}
46
}

0 commit comments

Comments
 (0)