Anthony Rodriguez
fcd88bfa8e
Implement ags, a wayland bar / GTK shell. Also added a few dependencies required for it to work properly.
18 lines
No EOL
290 B
JSON
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
|
|
}
|
|
} |