Skip to content

Commit

Permalink
chore: remove sourcemap
Browse files Browse the repository at this point in the history
  • Loading branch information
Bugs5382 committed Jun 24, 2024
1 parent 36423f4 commit b663637
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tsconfig.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"module": "ESNext",
"outDir": "./lib/esm",
"declaration": true,
"sourceMap": true
"sourceMap": false
}
}
3 changes: 2 additions & 1 deletion tsconfig.types.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"compilerOptions": {
"declaration": true,
"emitDeclarationOnly": true,
"outDir": "./lib/types"
"outDir": "./lib/types",
"sourceMap": false
}
}

0 comments on commit b663637

Please sign in to comment.