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