Skip to content

Commit

Permalink
fix: compile ts into cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
mman committed Oct 17, 2024
1 parent cc3d7e0 commit cc9bfa8
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": "ES2020",
"module": "ES2020",
"target": "ES2018",
"module": "CommonJS",
"moduleResolution": "node",
"outDir": "./dist",
"rootDir": "./src",
Expand Down

0 comments on commit cc9bfa8

Please sign in to comment.