clan-app: Move changes for 2D view to separate ui-2d folder

This commit is contained in:
Qubasa
2025-06-18 17:58:49 +02:00
parent 66b5116483
commit b0ecf23074
161 changed files with 30069 additions and 74 deletions

View File

@@ -0,0 +1,20 @@
{
"compilerOptions": {
"strict": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"jsx": "preserve",
"jsxImportSource": "solid-js",
"types": ["vite-plugin-solid-svg/types-component-solid", "vite/client"],
"noEmit": true,
"resolveJsonModule": true,
"allowJs": true,
"isolatedModules": true,
"paths": {
"@/*": ["./*"]
}
}
}