From 21799adebec5931709283e91107843466fa6f250 Mon Sep 17 00:00:00 2001 From: Andrew Bradley Date: Sun, 1 Mar 2020 22:04:00 -0500 Subject: [PATCH] Ask for TS version and tsconfig in bug report template (#965) --- .github/ISSUE_TEMPLATE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 639d35a8d..104ed6143 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -26,6 +26,11 @@ https://github.com/TypeStrong/ts-node-repros ### Specifications * ts-node version: +* TypeScript version: +* tsconfig.json, if you're using one: +``` +{} +``` * node version: * Operating system and version: * If Windows, are you using WSL or WSL2?: