From de5c5a25bf4ad731194d8d7e6da6dca036613306 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Mon, 14 Oct 2019 14:05:39 +0200 Subject: [PATCH] fix(core): update --- assets/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/tsconfig.json b/assets/tsconfig.json index e704525..0dfbdc6 100644 --- a/assets/tsconfig.json +++ b/assets/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "target": "es2017", "module": "commonjs", - "esModuleInterop": true + "esModuleInterop": true, + "experimentalDecorators": true } } \ No newline at end of file