Skip to content

Commit

Permalink
change module to NodeNext
Browse files Browse the repository at this point in the history
  • Loading branch information
nexxeln committed Jun 28, 2022
1 parent 1946837 commit 5f5951c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/* LANGUAGE COMPILATION OPTIONS */
"target": "ES6",
"lib": ["DOM", "ES6", "ESNext"],
"module": "ES6",
"module": "NodeNext",
"moduleResolution": "Node16",
"resolveJsonModule": true,

Expand Down

0 comments on commit 5f5951c

Please sign in to comment.