Skip to content

Commit

Permalink
fix: migrate from CJS to ESM
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenykruglikov committed Oct 2, 2024
1 parent bc89a0d commit 768f122
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "ES5",
"module": "CommonJS",
"target": "ES6",
"module": "ES6",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": false,
"declaration": true,
Expand Down

0 comments on commit 768f122

Please sign in to comment.