From 4d889b9d193edb3bdff3a819786e76a5877c92a4 Mon Sep 17 00:00:00 2001 From: Andrew Bradley Date: Mon, 17 Feb 2020 17:23:18 -0500 Subject: [PATCH] Ask for TS version and tsconfig in bug report template --- .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?: