added ags

This commit is contained in:
biscuit
2025-05-19 21:13:58 -05:00
parent dd3caf07d2
commit ce1301af38
12 changed files with 395 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"$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": "astal/gtk3",
}
}