Skip to content

Commit

Permalink
Fix tsconfig.json for eslint-config-ocaml
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <sora@morimoto.io>
  • Loading branch information
smorimoto committed Sep 9, 2023
1 parent 9dbb2fb commit b0a31ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config-ocaml/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"extends": ["@tsconfig/strictest/tsconfig.json"],
"compilerOptions": {
"isolatedModules": true,
"module": "ESNext",
"module": "NodeNext",
"moduleDetection": "force",
"moduleResolution": "NodeNext",
"noEmit": true
Expand Down

0 comments on commit b0a31ea

Please sign in to comment.