diff --git a/tsconfig.json b/tsconfig.json index d8ae841..7f11b70 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,7 @@ { "compilerOptions": { + "experimentalDecorators": true, + "emitDecoratorMetadata": true, "plugins": [ { "name": "typescript-deno-plugin",