Skip to content

Commit d08df9c

Browse files
committed
Remove source maps for improved performance.
1 parent c08672e commit d08df9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"module": "commonjs",
77
"moduleResolution": "node",
88
"outDir": "dist",
9-
"sourceMap": true,
9+
"sourceMap": false,
1010
"resolveJsonModule": true,
1111
"typeRoots": ["./node_modules/@types"]
1212
},

0 commit comments

Comments
 (0)