diff --git a/packages/infrastructure/typescript/config/base.json b/packages/infrastructure/typescript/config/base.json index 0c08f1391c..5662f2e055 100644 --- a/packages/infrastructure/typescript/config/base.json +++ b/packages/infrastructure/typescript/config/base.json @@ -17,6 +17,7 @@ "noImplicitAny": true, "noUnusedLocals": true, "noImplicitReturns": true, + "experimentalDecorators": true, "isolatedModules": true, "skipLibCheck": true, "allowJs": false,