🛠 refactor(wipe): all the repo code

This commit is contained in:
eshanized
2024-12-25 03:29:54 +05:30
parent 5d9b189b0f
commit 3196782ce5
40 changed files with 0 additions and 5996 deletions

View File

@@ -1,18 +0,0 @@
{
"compilerOptions": {
"target": "ES2022",
"lib": ["ES2023"],
"module": "ESNext",
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"moduleResolution": "bundler",
"isolatedModules": true,
"noEmit": true,
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true
},
"include": ["vite.config.ts"]
}