We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af8cfb commit adb599bCopy full SHA for adb599b
.config/tsconfig.base.json
@@ -2,13 +2,14 @@
2
"compilerOptions": {
3
"allowImportingTsExtensions": false,
4
"allowJs": false,
5
- "composite": true,
+ "composite": false,
6
"declaration": true,
7
"declarationMap": false,
8
"erasableSyntaxOnly": true,
9
"esModuleInterop": true,
10
"exactOptionalPropertyTypes": true,
11
"forceConsistentCasingInFileNames": true,
12
+ "incremental": false,
13
"isolatedModules": true,
14
"lib": ["esnext"],
15
"noEmitOnError": true,
0 commit comments