Skip to content

Commit

Permalink
Do not release source map
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed Feb 2, 2025
1 parent 7d3bb3c commit 4257eb1
Show file tree
Hide file tree
Showing 21 changed files with 3 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .ackrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--ignore-dir=lib
--ignore-dir=dist
--ignore-dir=node_modules
--ignore-dir=.yarn
--ignore-file=match:/^yarn\.lock$/
3 changes: 1 addition & 2 deletions packages/core/tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"module": "commonjs",
"declaration": true,
"outDir": "./dist/cjs",
"skipLibCheck": true,
"sourceMap": true
"skipLibCheck": true
},
"include": ["src/**/*.ts"]
}
3 changes: 1 addition & 2 deletions packages/core/tsconfig.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"moduleResolution": "node",
"declaration": true,
"outDir": "./dist/esm",
"skipLibCheck": true,
"sourceMap": true
"skipLibCheck": true
},
"include": ["src/**/*.ts"]
}
1 change: 0 additions & 1 deletion packages/extensions/authorize-uri/tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"declaration": true,
"outDir": "./dist/cjs",
"skipLibCheck": true,
"sourceMap": true,
"paths": {
"@rc-ex/core/*": [
"../../core/dist/cjs/*"
Expand Down
1 change: 0 additions & 1 deletion packages/extensions/authorize-uri/tsconfig.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"declaration": true,
"outDir": "./dist/esm",
"skipLibCheck": true,
"sourceMap": true,
"paths": {
"@rc-ex/core/*": [
"../../core/dist/esm/*"
Expand Down
1 change: 0 additions & 1 deletion packages/extensions/auto-refresh/tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"declaration": true,
"outDir": "./dist/cjs",
"skipLibCheck": true,
"sourceMap": true,
"paths": {
"@rc-ex/core/*": [
"../../core/dist/cjs/*"
Expand Down
1 change: 0 additions & 1 deletion packages/extensions/auto-refresh/tsconfig.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"declaration": true,
"outDir": "./dist/esm",
"skipLibCheck": true,
"sourceMap": true,
"paths": {
"@rc-ex/core/*": [
"../../core/dist/esm/*"
Expand Down
1 change: 0 additions & 1 deletion packages/extensions/debug/tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"declaration": true,
"outDir": "./dist/cjs",
"skipLibCheck": true,
"sourceMap": true,
"paths": {
"@rc-ex/core/*": [
"../../core/dist/cjs/*"
Expand Down
1 change: 0 additions & 1 deletion packages/extensions/debug/tsconfig.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"declaration": true,
"outDir": "./dist/esm",
"skipLibCheck": true,
"sourceMap": true,
"paths": {
"@rc-ex/core/*": [
"../../core/dist/esm/*"
Expand Down
1 change: 0 additions & 1 deletion packages/extensions/events/tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"declaration": true,
"outDir": "./dist/cjs",
"skipLibCheck": true,
"sourceMap": true,
"paths": {
"@rc-ex/core/*": [
"../../core/dist/cjs/*"
Expand Down
1 change: 0 additions & 1 deletion packages/extensions/events/tsconfig.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"declaration": true,
"outDir": "./dist/esm",
"skipLibCheck": true,
"sourceMap": true,
"paths": {
"@rc-ex/core/*": [
"../../core/dist/esm/*"
Expand Down
1 change: 0 additions & 1 deletion packages/extensions/rate-limit/tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"declaration": true,
"outDir": "./dist/cjs",
"skipLibCheck": true,
"sourceMap": true,
"paths": {
"@rc-ex/retry": [
"../retry/dist/cjs/index.js"
Expand Down
1 change: 0 additions & 1 deletion packages/extensions/rate-limit/tsconfig.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"declaration": true,
"outDir": "./dist/esm",
"skipLibCheck": true,
"sourceMap": true,
"paths": {
"@rc-ex/retry": [
"../retry/dist/esm/index.js"
Expand Down
16 changes: 0 additions & 16 deletions packages/extensions/rate-limit/tsconfig.json

This file was deleted.

1 change: 0 additions & 1 deletion packages/extensions/rcsdk/tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"declaration": true,
"outDir": "./dist/cjs",
"skipLibCheck": true,
"sourceMap": true,
"paths": {
"@rc-ex/core/*": [
"../../core/dist/cjs/*"
Expand Down
1 change: 0 additions & 1 deletion packages/extensions/rcsdk/tsconfig.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"declaration": true,
"outDir": "./dist/esm",
"skipLibCheck": true,
"sourceMap": true,
"paths": {
"@rc-ex/core/*": [
"../../core/dist/esm/*"
Expand Down
1 change: 0 additions & 1 deletion packages/extensions/retry/tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"declaration": true,
"outDir": "./dist/cjs",
"skipLibCheck": true,
"sourceMap": true,
"paths": {
"@rc-ex/core/*": [
"../../core/dist/cjs/*"
Expand Down
1 change: 0 additions & 1 deletion packages/extensions/retry/tsconfig.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"declaration": true,
"outDir": "./dist/esm",
"skipLibCheck": true,
"sourceMap": true,
"paths": {
"@rc-ex/core/*": [
"../../core/dist/esm/*"
Expand Down
1 change: 0 additions & 1 deletion packages/extensions/ws/tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"declaration": true,
"outDir": "./dist/cjs",
"skipLibCheck": true,
"sourceMap": true,
"paths": {
"@rc-ex/core/*": [
"../../core/dist/cjs/*"
Expand Down
1 change: 0 additions & 1 deletion packages/extensions/ws/tsconfig.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"declaration": true,
"outDir": "./dist/esm",
"skipLibCheck": true,
"sourceMap": true,
"paths": {
"@rc-ex/core/*": [
"../../core/dist/esm/*"
Expand Down
1 change: 0 additions & 1 deletion test/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"compilerOptions": {
"esModuleInterop": true,
"sourceMap": true,
"declaration": true
}
}

0 comments on commit 4257eb1

Please sign in to comment.