sys-config/homeManagerModules/niri/ags/tsconfig.json
2024-11-14 19:51:55 +01:00

22 lines
604 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"experimentalDecorators": true,
"strict": true,
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "Bundler",
// "checkJs": true,
// "allowJs": true,
"jsx": "react-jsx",
"jsxImportSource": "/home/fedfer/.local/share/ags/gtk3",
"paths": {
"astal": [
"/home/fedfer/.local/share/ags"
],
"astal/*": [
"/home/fedfer/.local/share/ags/*"
]
},
}
}