Skip to content

Commit d8d5500

Browse files
committed
Update tsconfig.json
Signed-off-by: Sora Morimoto <[email protected]>
1 parent f5f0524 commit d8d5500

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tsconfig.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
"@tsconfig/node22/tsconfig.json"
55
],
66
"compilerOptions": {
7-
"isolatedModules": true,
8-
"module": "NodeNext",
7+
"lib": ["ESNext"],
8+
"module": "ESNext",
99
"moduleDetection": "force",
10-
"moduleResolution": "NodeNext",
11-
"noEmit": true
10+
"moduleResolution": "bundler",
11+
"noEmit": true,
12+
"target": "ESNext"
1213
},
1314
"exclude": ["_build", "_opam", "astexplorer", "dist", "node_modules"]
1415
}

0 commit comments

Comments
 (0)