From 44872c3d0effb914f2b3e6719657dbe56ea3b81d Mon Sep 17 00:00:00 2001 From: Tangent Wantwight Date: Sat, 9 May 2020 19:25:39 -0400 Subject: [PATCH] avoid accidental js spamming the project --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index c7e682f..546fec1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,8 @@ "alwaysStrict": true, "experimentalDecorators": true, "moduleResolution": "node", + "noEmit": true, "strict": true, - "target": "es2015", + "target": "es2015" } }