diff --git a/tsconfig.json b/tsconfig.json index b61ee23..2f26430 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -28,7 +28,10 @@ "moduleResolution": "node", "esModuleInterop": true, - "typeRoots": ["node_modules/@types", "node_modules/web-ext-types"] + "typeRoots": ["node_modules/@types", "node_modules/web-ext-types"], + + "experimentalDecorators": true, + "emitDecoratorMetadata": true }, "include": [ "src"