From de9a67f2f3c58656faa96458109d1cc6c5206678 Mon Sep 17 00:00:00 2001 From: Andy Date: Mon, 17 Jul 2017 14:45:21 -0700 Subject: [PATCH] Issue template: Recommend to run `tsc` directly (#17246) * Issue template: Recommand to run `tsc` directly * List some common build tools --- issue_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/issue_template.md b/issue_template.md index b5872a0f9fa..e812fe7b74c 100644 --- a/issue_template.md +++ b/issue_template.md @@ -8,7 +8,7 @@ ```ts // A *self-contained* demonstration of the problem follows... - +// Test this by running `tsc` on the command-line, rather than through another build tool such as Gulp, Webpack, etc. ``` **Expected behavior:**