aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2019-05-19 21:09:06 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2019-05-19 21:09:06 +0900
commitffb740b3abac4f7db6d87572a316f56ca9e4effc (patch)
treef31186335ac923a0f312f45c202a2c4bb3273e0b
parenta58a18b3614f5bfeabd371bb81d290e53f870a68 (diff)
Update tsconfig
-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"