Skip to content

Commit

Permalink
fix: dist source should be ESM too
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Dec 1, 2023
1 parent b4ca64c commit fabc1bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"outDir": "dist/",
"jsx": "react",
"lib": ["DOM", "ES5"],
"target": "es2018",
"target": "esnext",
"module": "ESNext",
"moduleResolution": "node",
"esModuleInterop": true
}
}

0 comments on commit fabc1bb

Please sign in to comment.