Skip to content

Commit b254025

Browse files
committed
Fix: Disable source map generation
1 parent f273ad8 commit b254025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"module": "esnext",
55
"lib": ["DOM", "ES6"],
66
"declaration": true,
7-
"sourceMap": true,
7+
"sourceMap": false,
88
"outDir": "./dist",
99
"moduleResolution": "node",
1010
"esModuleInterop": true,

0 commit comments

Comments
 (0)