Skip to content

Commit cf0999f

Browse files
committed
Updated compilerOptions to a newer setting
1 parent 249c70c commit cf0999f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "ES2022",
4-
"module": "ESNext",
5-
"moduleResolution": "Bundler",
4+
"module": "Preserve",
65
"noEmit": true,
76
"isolatedModules": true,
87
"moduleDetection": "force",

0 commit comments

Comments
 (0)