Skip to content

Commit fa84264

Browse files
authored
fix(tsconfig): align midway base with 1.x emit defaults (#23)
1 parent 8c67dac commit fa84264

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tsconfig-midway.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"compilerOptions": {
33
"allowUnreachableCode": false,
44
"allowUnusedLabels": false,
5-
"composite": true,
5+
"declaration": true,
6+
"declarationMap": true,
67
"forceConsistentCasingInFileNames": true,
78
"lib": ["ES2023"],
89
"module": "commonjs",

0 commit comments

Comments
 (0)