Skip to content

Commit

Permalink
build: remove source-map
Browse files Browse the repository at this point in the history
  • Loading branch information
juliencrn committed Sep 22, 2022
1 parent 3a138ab commit 2b5421b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"compilerOptions": {
"baseUrl": ".",
"sourceMap": true,
"declaration": true,
"declarationMap": true,
"noEmitOnError": true,
"pretty": true,
"skipLibCheck": true,
"removeComments": true,
"esModuleInterop": true,
Expand Down

0 comments on commit 2b5421b

Please sign in to comment.