Skip to content

Commit

Permalink
generate sourcemaps with build
Browse files Browse the repository at this point in the history
  • Loading branch information
George-Payne committed Feb 14, 2023
1 parent 06c1502 commit 9937ed9
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 @@ -8,7 +8,8 @@
"noUnusedLocals": true,
"useUnknownInCatchVariables": false,
"importsNotUsedAsValues": "error",
"outDir": "./dist"
"outDir": "./dist",
"sourceMap": true
},
"include": ["./src", "./generated"],
"exclude": ["**/*.test.ts", "**/__test__/**/*"]
Expand Down

0 comments on commit 9937ed9

Please sign in to comment.