flocon/home/programs/ags/tsconfig.json
Anthony Rodriguez fcd88bfa8e
repo: implement ags
Implement ags, a wayland bar / GTK shell. Also added a few dependencies
required for it to work properly.
2024-10-09 19:22:20 +02: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
}
}