Skip to content

Commit

Permalink
feat: sourcemaps
Browse files Browse the repository at this point in the history
  • Loading branch information
Manaf941 committed Nov 21, 2024
1 parent 6011e10 commit 152ce3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"downlevelIteration": true,
"esModuleInterop": true,
"strict": true,
"declaration": true
"declaration": true,
"sourceMap": true
},
"exclude": ["dist/", "node_modules/", "__tests__/", "eslint.config.ts"]
}

0 comments on commit 152ce3c

Please sign in to comment.