Skip to content

Commit 13b8510

Browse files
committed
build: remove sourceMap in tsconfig
1 parent 35d010a commit 13b8510

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"prettier": "^3.4.2",
5656
"rimraf": "^3.0.2",
5757
"ts-node": "^10.9.2",
58-
"tsdown": "^0.12.8",
58+
"tsdown": "^0.12.9",
5959
"typescript": "~5.7.3",
6060
"wait-on": "^6.0.0",
6161
"warun": "^1.0.0"

tsconfig.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"checkJs": false,
1010
"esModuleInterop": true,
1111
"forceConsistentCasingInFileNames": true,
12-
"inlineSources": true,
1312
"lib": ["es2015"],
1413
"module": "commonjs",
1514
"moduleResolution": "node",
@@ -27,8 +26,6 @@
2726
"pretty": true,
2827
"resolveJsonModule": true,
2928
"removeComments": true,
30-
"sourceMap": true,
31-
"sourceRoot": "src",
3229
"strict": true,
3330
"strictNullChecks": true,
3431
"target": "ES2024",

0 commit comments

Comments
 (0)