Skip to content

Commit

Permalink
Merge pull request #23 from lifeomic/esm
Browse files Browse the repository at this point in the history
feat!: ship ESM
  • Loading branch information
swain authored May 20, 2023
2 parents b095507 + 27e5031 commit bacacab
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 bacacab

Please sign in to comment.