Skip to content

Commit c6ae283

Browse files
committed
chore: remove source maps from npm package
1 parent b32fc92 commit c6ae283

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
"compilerOptions": {
44
// Emit
55
"declaration": true,
6-
"declarationMap": true,
76
"outDir": "dist",
87
"removeComments": true,
9-
"sourceMap": true,
108

119
// Type Checking
1210
"strict": true,

0 commit comments

Comments
 (0)