Skip to content

Commit c8c6457

Browse files
committed
chore: disable sourceMap generation
]
1 parent f036051 commit c8c6457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"baseUrl": ".",
44
"outDir": "dist",
5-
"sourceMap": true,
5+
"sourceMap": false,
66
"target": "es2015",
77
"module": "commonjs",
88
"moduleResolution": "node",

0 commit comments

Comments
 (0)