We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b49ce9d commit c6c06fdCopy full SHA for c6c06fd
.config/tsconfig.base.json
@@ -3,16 +3,16 @@
3
// The following options are not supported by @typescript/native-preview.
4
// They are either ignored or throw an unknown option error:
5
//"importsNotUsedAsValues": "remove",
6
- //"incremental": true,
7
"allowImportingTsExtensions": false,
8
"allowJs": false,
9
- "composite": true,
+ "composite": false,
10
"declaration": true,
11
"declarationMap": true,
12
"erasableSyntaxOnly": true,
13
"esModuleInterop": true,
14
"exactOptionalPropertyTypes": true,
15
"forceConsistentCasingInFileNames": true,
+ "incremental": false,
16
"isolatedModules": true,
17
"lib": ["esnext"],
18
"module": "nodenext",
0 commit comments