Configure web-ext-types
This commit is contained in:
parent
b1df2b141b
commit
cc6092bbcd
1 changed files with 3 additions and 1 deletions
|
@ -26,6 +26,8 @@
|
|||
"noImplicitReturns": true,
|
||||
|
||||
"moduleResolution": "node",
|
||||
"esModuleInterop": true
|
||||
"esModuleInterop": true,
|
||||
|
||||
"typeRoots": ["node_modules/@types", "node_modules/web-ext-types"]
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue