From c07e403cd26ec830f545a580f303d18fced73795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20M=C3=BCller?= Date: Thu, 24 Aug 2017 02:33:31 +0200 Subject: [PATCH] Fix #98: Add .ts extension for typescript (#166) This is needed for ts-node to interpret typescript files correctly. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c0fc9e2..205380b 100644 --- a/package.json +++ b/package.json @@ -179,7 +179,8 @@ "type": "object", "default": { "bat": ".bat", - "powershell": ".ps1" + "powershell": ".ps1", + "typescript": ".ts" }, "description": "Set the mapping of languageId to file extension." },