Files
custum-hyprpanel/tsconfig.json
Jas Singh 4f91bb8b8f Added filters for notifications and system tray items. (#234)
* Added filters for notifications and systray. closes #233

* Add links to documentation.
2024-09-08 02:01:13 -07:00

21 lines
430 B
JSON

{
"compilerOptions": {
"allowImportingTsExtensions": true,
"target": "ES2022",
"module": "ES2022",
"lib": [
"ES2022"
],
"allowJs": true,
"checkJs": true,
"strict": true,
"noImplicitAny": true,
"baseUrl": ".",
"typeRoots": [
"types",
"lib/types/globals",
],
"skipLibCheck": true
}
}