diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-05-19 21:09:06 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-05-19 21:09:06 +0900 |
commit | ffb740b3abac4f7db6d87572a316f56ca9e4effc (patch) | |
tree | f31186335ac923a0f312f45c202a2c4bb3273e0b | |
parent | a58a18b3614f5bfeabd371bb81d290e53f870a68 (diff) |
Update tsconfig
-rw-r--r-- | tsconfig.json | 5 |
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" |