Skip to content

Commit 404aae7

Browse files
committed
chore: tweak tsconfig settings
1 parent 78aa088 commit 404aae7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"strict": true,
1212
"noUncheckedIndexedAccess": true,
1313
"noImplicitOverride": true,
14-
"module": "ESNext",
14+
"module": "Preserve",
15+
"noEmit": true,
1516
"moduleResolution": "Bundler",
1617
"declaration": true
1718
},

0 commit comments

Comments
 (0)