diff options
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"] } } |