nixos-config/home-manager/stvnliu/ags/config/tsconfig.json
Zhongheng Liu 37674d828e
feat: better AGS integration and Hyprland setup
AGS: Full AGS config directory init

Autostart: Created myAutostartCommands var to programmatically define

all commands to be started when Hyprland initiates

this includes firefox, thunderbird, and a terminal to be set in the

special Hyprland workspace
2024-08-20 14:27:41 +08:00

18 lines
No EOL
290 B
JSON

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