Skip to content

Commit b0a31ea

Browse files
committed
Fix tsconfig.json for eslint-config-ocaml
Signed-off-by: Sora Morimoto <sora@morimoto.io>
1 parent 9dbb2fb commit b0a31ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-config-ocaml/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"extends": ["@tsconfig/strictest/tsconfig.json"],
44
"compilerOptions": {
55
"isolatedModules": true,
6-
"module": "ESNext",
6+
"module": "NodeNext",
77
"moduleDetection": "force",
88
"moduleResolution": "NodeNext",
99
"noEmit": true

0 commit comments

Comments
 (0)