From 1168587ebf263dbd02a6e56f94135b97bddb0e31 Mon Sep 17 00:00:00 2001 From: Stefano Brilli Date: Wed, 23 Sep 2020 16:21:55 +0200 Subject: [PATCH] Add support for decorators --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 2e3e541..d3b27c0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,7 +19,8 @@ "isolatedModules": true, "noEmit": true, "jsx": "react", - "downlevelIteration": true + "downlevelIteration": true, + "experimentalDecorators": true }, "include": [ "src"