From c24cf66c3eb1ef1c2917c1b9c5759161194aa543 Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Sun, 21 Oct 2018 14:08:10 +0200 Subject: [PATCH] Enable decorator support tsconfig --- ui/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/tsconfig.json b/ui/tsconfig.json index 7397603..28c0b06 100644 --- a/ui/tsconfig.json +++ b/ui/tsconfig.json @@ -17,7 +17,8 @@ "strictNullChecks": true, "suppressImplicitAnyIndexErrors": true, "noUnusedLocals": true, - "allowSyntheticDefaultImports": true + "allowSyntheticDefaultImports": true, + "experimentalDecorators": true }, "exclude": [ "node_modules",