This commit is contained in:
2025-11-06 20:05:19 +01:00
parent 22ec46f9a0
commit d57fac0bea
83 changed files with 10365 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"baseUrl": ".",
"paths": {
"@/*": [
"./src/*"
]
}
},
"include": ["vite.config.ts"]
}