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"