♻️ refactor: correctly organize resources in the resources directory

This commit is contained in:
retrozinndev
2025-08-11 14:45:18 -03:00
parent 7bd159ff10
commit a69ec9973b
23 changed files with 344 additions and 1 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"allowJs": false,
"checkJs": true,
"module": "es2022",
"target": "es2020",
"lib": ["ES2024"],
"moduleResolution": "bundler",
"skipLibCheck": true,
"types": [
"./@girs"
],
"strict": true,
"jsx": "react-jsx",
"jsxImportSource": "ags/gtk4"
}
}