Skip to content

Commit

Permalink
fix: tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
izatop committed Aug 30, 2023
1 parent 1fae296 commit d5ee0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.node.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"moduleResolution": "nodenext",
"moduleResolution": "Node",
"types": [
"node"
]
Expand Down

0 comments on commit d5ee0f6

Please sign in to comment.