Skip to content

Commit c5bf1a1

Browse files
committed
chore: disable sourcemap generation
1 parent 05092e6 commit c5bf1a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"removeComments": true,
1818
"emitDecoratorMetadata": true,
1919
"experimentalDecorators": true,
20-
"sourceMap": true,
20+
"sourceMap": false,
2121
"baseUrl": "./",
2222
"incremental": true
2323
},

0 commit comments

Comments
 (0)