Skip to content

Commit

Permalink
feat(tsconfig): Use ESM (ES2020)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Jun 21, 2022
1 parent 3beef2d commit cb6605c
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 @@
"compilerOptions": {
"target": "es2020",
"lib": ["es2020", "dom"],
"module": "commonjs",
"module": "es2020",

"moduleResolution": "node",
"declaration": true,
Expand Down

0 comments on commit cb6605c

Please sign in to comment.