Skip to content

Commit

Permalink
feat!: ship ESM
Browse files Browse the repository at this point in the history
  • Loading branch information
swain committed May 19, 2023
1 parent b095507 commit 27e5031
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 @@
"include": ["./**/*.ts", "./**/*.tsx"],
"compilerOptions": {
"lib": ["es2020", "DOM"],
"module": "commonjs",
"module": "ES2022",
"outDir": "./dist",
"jsx": "react",
"esModuleInterop": false,
Expand Down

0 comments on commit 27e5031

Please sign in to comment.