We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sourceMap
tsconfig
1 parent 35d010a commit 13b8510Copy full SHA for 13b8510
package.json
@@ -55,7 +55,7 @@
55
"prettier": "^3.4.2",
56
"rimraf": "^3.0.2",
57
"ts-node": "^10.9.2",
58
- "tsdown": "^0.12.8",
+ "tsdown": "^0.12.9",
59
"typescript": "~5.7.3",
60
"wait-on": "^6.0.0",
61
"warun": "^1.0.0"
tsconfig.json
@@ -9,7 +9,6 @@
9
"checkJs": false,
10
"esModuleInterop": true,
11
"forceConsistentCasingInFileNames": true,
12
- "inlineSources": true,
13
"lib": ["es2015"],
14
"module": "commonjs",
15
"moduleResolution": "node",
@@ -27,8 +26,6 @@
27
26
"pretty": true,
28
"resolveJsonModule": true,
29
"removeComments": true,
30
- "sourceMap": true,
31
- "sourceRoot": "src",
32
"strict": true,
33
"strictNullChecks": true,
34
"target": "ES2024",
0 commit comments