AniwatchPlus/tsconfig.json

6 lines
192 B
JSON
Raw Normal View History

2020-12-28 22:08:50 +01:00
{
"compilerOptions": {
// You have to explicitly set @types to get DefinitelyTyped type definitions
"typeRoots": ["node_modules/@types", "node_modules/web-ext-types"]
}
}