Skip to content

Commit

Permalink
"target": "ESNext"
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed Feb 4, 2025
1 parent ab5ffc2 commit 2ea4d2c
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions packages/extensions/ws/tsconfig.esm.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,29 @@
{
"compilerOptions": {
"esModuleInterop": true,
"module": "NodeNext",
"moduleResolution": "nodenext",
"target": "ES2022",
"module": "ESNext",
"target": "ESNext",
"declaration": true,
"outDir": "./dist/esm",
"skipLibCheck": true,
"paths": {
"@rc-ex/core": [
"../../core/dist/esm/index"
],
"@rc-ex/core/*": [
"../../core/dist/esm/*"
],
"isomorphic-ws": [
"../../../node_modules/isomorphic-ws/node.js"
],
"wait-for-async": [
"../../../node_modules/wait-for-async/dist/esm/index.js"
],
"hyperid": [
"../../../node_modules/hyperid/hyperid.js"
],
"http-status-codes": [
"../../../node_modules/http-status-codes/build/es/index.js"
]
}
},
Expand Down

0 comments on commit 2ea4d2c

Please sign in to comment.