Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed Feb 2, 2025
1 parent c52f787 commit efc23a1
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"ringcentral-code-generator": "^0.7.3"
},
"scripts": {
"build": "tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json"
"build": "tsc -p tsconfig.esm.json && tsc -p tsconfig.cjs.json"
}
}
1 change: 1 addition & 0 deletions packages/core/tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"esModuleInterop": true,
"module": "commonjs",
"declaration": true,
"outDir": "./dist/cjs",
"skipLibCheck": true
},
Expand Down
2 changes: 1 addition & 1 deletion packages/extensions/authorize-uri/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"urijs": "^1.19.11"
},
"scripts": {
"build": "tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json"
"build": "tsc -p tsconfig.esm.json && tsc -p tsconfig.cjs.json"
}
}
1 change: 1 addition & 0 deletions packages/extensions/authorize-uri/tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"esModuleInterop": true,
"module": "commonjs",
"declaration": true,
"outDir": "./dist/cjs",
"skipLibCheck": true,
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion packages/extensions/auto-refresh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"access": "public"
},
"scripts": {
"build": "tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json"
"build": "tsc -p tsconfig.esm.json && tsc -p tsconfig.cjs.json"
}
}
1 change: 1 addition & 0 deletions packages/extensions/auto-refresh/tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"esModuleInterop": true,
"module": "commonjs",
"declaration": true,
"outDir": "./dist/cjs",
"skipLibCheck": true,
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion packages/extensions/debug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"access": "public"
},
"scripts": {
"build": "tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json"
"build": "tsc -p tsconfig.esm.json && tsc -p tsconfig.cjs.json"
}
}
1 change: 1 addition & 0 deletions packages/extensions/debug/tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"esModuleInterop": true,
"module": "commonjs",
"declaration": true,
"outDir": "./dist/cjs",
"skipLibCheck": true,
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion packages/extensions/events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"access": "public"
},
"scripts": {
"build": "tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json"
"build": "tsc -p tsconfig.esm.json && tsc -p tsconfig.cjs.json"
}
}
1 change: 1 addition & 0 deletions packages/extensions/events/tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"esModuleInterop": true,
"module": "commonjs",
"declaration": true,
"outDir": "./dist/cjs",
"skipLibCheck": true,
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion packages/extensions/rate-limit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"@rc-ex/retry": "^1.3.8"
},
"scripts": {
"build": "tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json"
"build": "tsc -p tsconfig.esm.json && tsc -p tsconfig.cjs.json"
}
}
1 change: 1 addition & 0 deletions packages/extensions/rate-limit/tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"esModuleInterop": true,
"module": "commonjs",
"declaration": true,
"outDir": "./dist/cjs",
"skipLibCheck": true,
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion packages/extensions/rcsdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"@ringcentral/sdk": "^5.0.3"
},
"scripts": {
"build": "tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json"
"build": "tsc -p tsconfig.esm.json && tsc -p tsconfig.cjs.json"
}
}
1 change: 1 addition & 0 deletions packages/extensions/rcsdk/tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"esModuleInterop": true,
"module": "commonjs",
"declaration": true,
"outDir": "./dist/cjs",
"skipLibCheck": true,
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion packages/extensions/retry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"wait-for-async": "^0.7.10"
},
"scripts": {
"build": "tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json"
"build": "tsc -p tsconfig.esm.json && tsc -p tsconfig.cjs.json"
}
}
1 change: 1 addition & 0 deletions packages/extensions/retry/tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"esModuleInterop": true,
"module": "commonjs",
"declaration": true,
"outDir": "./dist/cjs",
"skipLibCheck": true,
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion packages/extensions/ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"ws": "^8.18.0"
},
"scripts": {
"build": "tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json"
"build": "tsc -p tsconfig.esm.json && tsc -p tsconfig.cjs.json"
}
}
1 change: 1 addition & 0 deletions packages/extensions/ws/tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"esModuleInterop": true,
"module": "commonjs",
"declaration": true,
"outDir": "./dist/cjs",
"skipLibCheck": true,
"paths": {
Expand Down

0 comments on commit efc23a1

Please sign in to comment.