Skip to content

Commit

Permalink
fix: don't generate sourcemap on build, close #831 (#1113)
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 3, 2024
1 parent 2914556 commit 38696be
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
"noPropertyAccessFromIndexSignature": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,

"composite": true,
"declarationMap": true,
"sourceMap": true
"composite": true
},
"references": [{ "path": "packages/parse5/tsconfig.json" }],
"typedocOptions": {
Expand Down

0 comments on commit 38696be

Please sign in to comment.