Skip to content

Commit

Permalink
fix: add node types to jsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav committed Jan 8, 2025
1 parent 01cab1e commit bf74449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"moduleResolution": "NodeNext",
"lib": ["ESNext", "DOM"],
"newLine": "LF",
"types": [],
"types": ["node"],

/* JS */
"allowJs": true,
Expand Down

0 comments on commit bf74449

Please sign in to comment.