Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
chore(jsconfig): set module to nodenext
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Aug 30, 2023
1 parent 00b410b commit bd75030
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
// "checkJs": true,
// "strict": true,
"lib": ["ES2022"],
"moduleResolution": "nodenext",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"resolveJsonModule": true,
"target": "ES2022"
},
Expand Down

0 comments on commit bd75030

Please sign in to comment.