Skip to content

Commit

Permalink
Node16 as module makes ts happy
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorbo committed Oct 5, 2023
1 parent 58ae3ff commit 19f5f64
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 @@ -3,7 +3,7 @@
"baseUrl": ".",
"target": "ES2020",
"lib": ["ES2020"],
"module": "ES2020",
"module": "Node16",
"esModuleInterop": true,
"resolveJsonModule": true,
"moduleResolution": "Node16",
Expand Down

0 comments on commit 19f5f64

Please sign in to comment.