diff --git a/_tsconfig.json b/_tsconfig.json index 787d382..060ea5f 100644 --- a/_tsconfig.json +++ b/_tsconfig.json @@ -9,7 +9,8 @@ "declaration": true, "moduleResolution": "node", "strictNullChecks": true, - "allowSyntheticDefaultImports": true + "allowSyntheticDefaultImports": true, + "experimentalDecorators": true }, "exclude": [ "packages/**/node_modules",