nixos-configs/modules/ags/astal/tsconfig.json

24 lines
469 B
JSON
Raw Normal View History

2024-03-22 23:31:37 -04:00
{
"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
},
}