Skip to content

Commit

Permalink
fix: sourcemap.sources path wrong (#1766)
Browse files Browse the repository at this point in the history
  • Loading branch information
wang1212 authored Sep 4, 2024
1 parent 910c58e commit e0f8abe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"experimentalDecorators": true,
"declaration": true,
"sourceMap": true,
"sourceRoot": ".",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"isolatedModules": true,
Expand Down

0 comments on commit e0f8abe

Please sign in to comment.