Skip to content

Commit 9998b9c

Browse files
committed
Do not publish duplicate types
1 parent 6cacebc commit 9998b9c

File tree

10 files changed

+1
-11
lines changed

10 files changed

+1
-11
lines changed

packages/core/tsconfig.cjs.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"compilerOptions": {
33
"esModuleInterop": true,
44
"module": "commonjs",
5-
"declaration": true,
65
"outDir": "./dist/cjs",
76
"skipLibCheck": true
87
},

packages/extensions/authorize-uri/tsconfig.cjs.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"compilerOptions": {
33
"esModuleInterop": true,
44
"module": "commonjs",
5-
"declaration": true,
65
"outDir": "./dist/cjs",
76
"skipLibCheck": true,
87
"paths": {

packages/extensions/auto-refresh/tsconfig.cjs.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"compilerOptions": {
33
"esModuleInterop": true,
44
"module": "commonjs",
5-
"declaration": true,
65
"outDir": "./dist/cjs",
76
"skipLibCheck": true,
87
"paths": {

packages/extensions/debug/tsconfig.cjs.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"compilerOptions": {
33
"esModuleInterop": true,
44
"module": "commonjs",
5-
"declaration": true,
65
"outDir": "./dist/cjs",
76
"skipLibCheck": true,
87
"paths": {

packages/extensions/events/tsconfig.cjs.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"compilerOptions": {
33
"esModuleInterop": true,
44
"module": "commonjs",
5-
"declaration": true,
65
"outDir": "./dist/cjs",
76
"skipLibCheck": true,
87
"paths": {

packages/extensions/rate-limit/tsconfig.cjs.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"compilerOptions": {
33
"esModuleInterop": true,
44
"module": "commonjs",
5-
"declaration": true,
65
"outDir": "./dist/cjs",
76
"skipLibCheck": true,
87
"paths": {

packages/extensions/rcsdk/tsconfig.cjs.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"compilerOptions": {
33
"esModuleInterop": true,
44
"module": "commonjs",
5-
"declaration": true,
65
"outDir": "./dist/cjs",
76
"skipLibCheck": true,
87
"paths": {

packages/extensions/retry/tsconfig.cjs.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"compilerOptions": {
33
"esModuleInterop": true,
44
"module": "commonjs",
5-
"declaration": true,
65
"outDir": "./dist/cjs",
76
"skipLibCheck": true,
87
"paths": {

packages/extensions/ws/tsconfig.cjs.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"compilerOptions": {
33
"esModuleInterop": true,
44
"module": "commonjs",
5-
"declaration": true,
65
"outDir": "./dist/cjs",
76
"skipLibCheck": true,
87
"paths": {

test/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"compilerOptions": {
3-
"esModuleInterop": true,
4-
"declaration": true
3+
"esModuleInterop": true
54
}
65
}

0 commit comments

Comments
 (0)