Skip to content

Commit

Permalink
chore(tsconfig): 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 c45e7da commit e451110
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"declaration": true,
"emitDeclarationOnly": true,
"lib": ["ES2019"],
"moduleResolution": "nodenext",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "types",
"resolveJsonModule": true,
"strict": true
Expand Down

0 comments on commit e451110

Please sign in to comment.