browser-api/tsconfig.json

8 lines
181 B
JSON
Raw Permalink Normal View History

2023-06-14 06:02:30 +02:00
{
"include": ["src/**/*"],
"compilerOptions": {
"target": "es2021",
"types": ["node", "firefox-webext-browser", "chrome"],
2023-06-17 08:12:45 +02:00
"typeRoots": ["node_modules/@types"]
2023-06-14 06:02:30 +02:00
}
}