6 lines
192 B
JSON
6 lines
192 B
JSON
{
|
|
"compilerOptions": {
|
|
// You have to explicitly set @types to get DefinitelyTyped type definitions
|
|
"typeRoots": ["node_modules/@types", "node_modules/web-ext-types"]
|
|
}
|
|
} |