Skip to content

Commit

Permalink
Adicionando sourceRoot e mapRoot para resolver alguns problemas c…
Browse files Browse the repository at this point in the history
…om depuração.
  • Loading branch information
leonelsanchesdasilva committed Feb 12, 2024
1 parent 149a809 commit e90fd34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"module": "CommonJS",
"target": "es2017",
"rootDir": "fontes",
"sourceRoot": "fontes",
"mapRoot": "dist",
"allowJs": true,
"sourceMap": true,
"declaration": true,
Expand Down

0 comments on commit e90fd34

Please sign in to comment.