nixos-configs/modules/ags/astal/tsconfig.json
matt1432 e056756246
All checks were successful
Discord / discord commits (push) Has been skipped
feat(astal): add basic working config
2024-03-22 23:31:37 -04:00

24 lines
469 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"lib": [
"ES2022"
],
"allowJs": true,
"checkJs": true,
"strict": true,
"noImplicitAny": false,
"baseUrl": ".",
"paths": {
"gi://Adw": ["./node_modules/@girs/adw-1/adw-1.d.ts"],
"gi://Adw?version=1": ["./node_modules/@girs/adw-1/adw-1.d.ts"]
},
"typeRoots": [
"./types",
"./node_modules"
],
"skipLibCheck": true
},
}