react cards and stored proc in backend

This commit is contained in:
2024-06-12 22:52:20 +09:00
parent 131e5e2ef3
commit 4f6855e6aa
22 changed files with 4248 additions and 8 deletions

View File

@ -0,0 +1,11 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts"]
}