Skip to content

Commit adb599b

Browse files
committed
Disable incremental TypeScript builds
1 parent 9af8cfb commit adb599b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.config/tsconfig.base.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
"compilerOptions": {
33
"allowImportingTsExtensions": false,
44
"allowJs": false,
5-
"composite": true,
5+
"composite": false,
66
"declaration": true,
77
"declarationMap": false,
88
"erasableSyntaxOnly": true,
99
"esModuleInterop": true,
1010
"exactOptionalPropertyTypes": true,
1111
"forceConsistentCasingInFileNames": true,
12+
"incremental": false,
1213
"isolatedModules": true,
1314
"lib": ["esnext"],
1415
"noEmitOnError": true,

0 commit comments

Comments
 (0)