Skip to content

Commit c6c06fd

Browse files
committed
Disable incremental TypeScript builds
1 parent b49ce9d commit c6c06fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.config/tsconfig.base.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
// The following options are not supported by @typescript/native-preview.
44
// They are either ignored or throw an unknown option error:
55
//"importsNotUsedAsValues": "remove",
6-
//"incremental": true,
76
"allowImportingTsExtensions": false,
87
"allowJs": false,
9-
"composite": true,
8+
"composite": false,
109
"declaration": true,
1110
"declarationMap": true,
1211
"erasableSyntaxOnly": true,
1312
"esModuleInterop": true,
1413
"exactOptionalPropertyTypes": true,
1514
"forceConsistentCasingInFileNames": true,
15+
"incremental": false,
1616
"isolatedModules": true,
1717
"lib": ["esnext"],
1818
"module": "nodenext",

0 commit comments

Comments
 (0)