aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2019-04-30 13:45:28 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2019-05-02 11:14:19 +0900
commitcc6092bbcd58e80a24c5cff10cae240a2701313b (patch)
treeabd12f16c39f406f5b34738d09757619060985a9 /tsconfig.json
parentb1df2b141b37f9390e87207554f5722f0cb37da9 (diff)
Configure web-ext-types
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json4
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"]
}
}