Prepare Launcher

This commit is contained in:
2025-03-21 18:23:35 +01:00
parent ca3d9c32e9
commit 7fe86701b3
10 changed files with 104 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",
}
}