We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c67dac commit fa84264Copy full SHA for fa84264
1 file changed
tsconfig-midway.json
@@ -2,7 +2,8 @@
2
"compilerOptions": {
3
"allowUnreachableCode": false,
4
"allowUnusedLabels": false,
5
- "composite": true,
+ "declaration": true,
6
+ "declarationMap": true,
7
"forceConsistentCasingInFileNames": true,
8
"lib": ["ES2023"],
9
"module": "commonjs",
0 commit comments