aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tsconfig.json5
1 files changed, 4 insertions, 1 deletions
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"