Skip to content

Commit 980c598

Browse files
committed
fix: remove incremental because it does not work well for us
1 parent 79c18b6 commit 980c598

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

shared-tsconfig.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
"paths": {
1515
"*": ["*", "../tests/*"]
1616
},
17-
"preserveWatchOutput": true,
18-
"incremental": true,
19-
"tsBuildInfoFile": "../.cache/kcd-scripts/.tsbuildinfo"
17+
"preserveWatchOutput": true
2018
}
2119
}

0 commit comments

Comments
 (0)