From 2f3eb5863a57d184fc2c7f6ec7048424cf067647 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Sat, 20 Oct 2018 23:41:49 -0400 Subject: [PATCH] Removes unused decorator emit --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 2c8b02a..277468a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "experimentalDecorators": true, "forceConsistentCasingInFileNames": true, "importHelpers": true, "lib": ["es2015", "es2016", "es2017"],