chore: migrate shell to ags v3 and gtk4

This commit is contained in:
retrozinndev
2025-07-06 19:57:28 -03:00
parent b90a799a89
commit 246698c642
10 changed files with 169 additions and 128 deletions
+11 -12
View File
@@ -1,14 +1,13 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"experimentalDecorators": true,
"strict": true,
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "Bundler",
"checkJs": true,
"allowJs": false,
"jsx": "react-jsx",
"jsxImportSource": "astal/gtk3"
}
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"allowJs": false,
"checkJs": true,
"jsx": "react-jsx",
"jsxImportSource": "ags/gtk4",
"module": "esnext",
"moduleResolution": "bundler",
"strict": true,
"target": "esnext"
}
}