Initialize frontend app (#112)

This commit is contained in:
Salih Altun 2024-03-20 21:09:47 +03:00 committed by GitHub
parent 042fba91ae
commit a27e1dcd81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 3688 additions and 0 deletions

View file

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