AniwatchPlus/tsconfig.json
2020-12-28 22:08:50 +01:00

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