[AGS] Redo basic setup

This commit is contained in:
2025-04-19 15:20:50 +02:00
parent a9c7b7d7ee
commit 78e472beb8
18 changed files with 806 additions and 0 deletions

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",
}
}