diff --git a/src/config/tsconfig.react.json b/src/config/tsconfig.react.json index f18dbc2..94d499d 100644 --- a/src/config/tsconfig.react.json +++ b/src/config/tsconfig.react.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "experimentalDecorators": true, "baseUrl": ".", "outDir": "build/dist", "module": "esnext",