Skip to content

Commit

Permalink
Simplify tsconfig.cjs.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed Feb 3, 2025
1 parent 006de53 commit 2e4058e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
3 changes: 0 additions & 3 deletions packages/extensions/rcsdk/tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
"paths": {
"@rc-ex/core/*": [
"../../core/dist/cjs/*"
],
"@ringcentral/sdk/lib/*": [
"../../../node_modules/@ringcentral/sdk/lib/*"
]
}
},
Expand Down
3 changes: 0 additions & 3 deletions packages/extensions/retry/tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
"paths": {
"@rc-ex/core/*": [
"../../core/dist/cjs/*"
],
"wait-for-async": [
"../../../node_modules/wait-for-async/dist/cjs/index.js"
]
}
},
Expand Down
12 changes: 0 additions & 12 deletions packages/extensions/ws/tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,6 @@
"paths": {
"@rc-ex/core/*": [
"../../core/dist/cjs/*"
],
"isomorphic-ws": [
"../../../node_modules/isomorphic-ws/node.js"
],
"wait-for-async": [
"../../../node_modules/wait-for-async/dist/cjs/index.js"
],
"hyperid": [
"../../../node_modules/hyperid/hyperid.js"
],
"http-status-codes": [
"../../../node_modules/http-status-codes/build/cjs/index.js"
]
}
},
Expand Down

0 comments on commit 2e4058e

Please sign in to comment.