aboutsummaryrefslogtreecommitdiff
path: root/extension/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'extension/tsconfig.json')
-rw-r--r--extension/tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/extension/tsconfig.json b/extension/tsconfig.json
index 2b88688d9..2d166debd 100644
--- a/extension/tsconfig.json
+++ b/extension/tsconfig.json
@@ -1,7 +1,8 @@
{
"compilerOptions": {
"target": "es6",
- "jsx": "react"
+ "jsx": "react",
+ "experimentalDecorators": true
},
"files": [
"background/wallet.ts",