ags: setup example bar
This commit is contained in:
parent
347690561d
commit
dae1dcde13
10 changed files with 359 additions and 66 deletions
22
homeManagerModules/niri/ags/tsconfig.json
Normal file
22
homeManagerModules/niri/ags/tsconfig.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"$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/*"
|
||||
]
|
||||
},
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue