Skip to content

Commit

Permalink
New way to compile @rc-ex/ws
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed Feb 4, 2025
1 parent 671af67 commit d92e30c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/extensions/ws/tsconfig.esm.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"compilerOptions": {
"esModuleInterop": true,
"module": "esnext",
"module": "NodeNext",
"moduleResolution": "nodenext",
"target": "ES2022",
"declaration": true,
"outDir": "./dist/esm",
"skipLibCheck": true,
Expand Down

0 comments on commit d92e30c

Please sign in to comment.