Skip to content

Commit

Permalink
fix(lint): change module
Browse files Browse the repository at this point in the history
  • Loading branch information
krzotki committed Nov 18, 2024
1 parent ebd38bb commit 62fcee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"module": "commonjs",
"module": "node16",
"moduleResolution": "node16",
},
"files": [],
Expand Down

0 comments on commit 62fcee2

Please sign in to comment.