nixos-config/home-manager/stvnliu/ags/config/tsconfig.json
Zhongheng Liu 4a7e9cafd9
feat: AGS config update and stylix config update
AGS: add additional indicator customisations

Stylix: specify fonts used for each font style
2024-08-24 13:15:54 +08:00

18 lines
291 B
JSON

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