Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Output source maps from tsc
  • Loading branch information
justinfagnani committed Nov 27, 2016
1 parent 62bedb3 commit 5c41fa9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Expand Up @@ -16,7 +16,8 @@
"noUnusedParameters": true,
"preserveConstEnums": true,
"suppressImplicitAnyIndexErrors": true,
"outDir": "lib"
"outDir": "lib",
"sourceMap": true
},
"include": [
"custom_typings/**/*.ts",
Expand Down

0 comments on commit 5c41fa9

Please sign in to comment.