Skip to content

Commit

Permalink
fix: build target for mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevils committed Nov 20, 2023
1 parent d0d4b84 commit bd13208
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsconfig.mjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"compilerOptions": {
"outDir": "dist/mjs",
"module": "esnext",
"target": "esnext",
"skipLibCheck": true
}
}

0 comments on commit bd13208

Please sign in to comment.