Skip to content

Commit

Permalink
chore: sourcemap option
Browse files Browse the repository at this point in the history
  • Loading branch information
cicec committed Jun 24, 2021
1 parent 15bcb75 commit 6848c96
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 @@ -13,7 +13,8 @@
"strictNullChecks": true,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
"declaration": true
"declaration": true,
"sourceMap": true
},
"include": ["src/**/*"],
"exclude": ["dist", "node_modules"]
Expand Down

0 comments on commit 6848c96

Please sign in to comment.