Skip to content

Commit

Permalink
Fix formulahendry#98: Add .ts extension for typescript
Browse files Browse the repository at this point in the history
This is needed for ts-node to interpret typescript files correctly.
  • Loading branch information
philmueller authored Aug 23, 2017
1 parent 737ab48 commit ee862d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@
"type": "object",
"default": {
"bat": ".bat",
"powershell": ".ps1"
"powershell": ".ps1",
"typescript": ".ts"
},
"description": "Set the mapping of languageId to file extension."
},
Expand Down

0 comments on commit ee862d4

Please sign in to comment.