diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-04-30 13:45:28 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-05-02 11:14:19 +0900 |
commit | cc6092bbcd58e80a24c5cff10cae240a2701313b (patch) | |
tree | abd12f16c39f406f5b34738d09757619060985a9 /tsconfig.json | |
parent | b1df2b141b37f9390e87207554f5722f0cb37da9 (diff) |
Configure web-ext-types
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index bf03cd2..575601b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -26,6 +26,8 @@ "noImplicitReturns": true, "moduleResolution": "node", - "esModuleInterop": true + "esModuleInterop": true, + + "typeRoots": ["node_modules/@types", "node_modules/web-ext-types"] } } |