Initial code Commit

This commit is contained in:
Varun Kaushik
2025-06-04 12:38:58 +05:30
commit cfdd147083
318 changed files with 114452 additions and 0 deletions

8
jsconfig.json Normal file
View File

@@ -0,0 +1,8 @@
{
"compilerOptions": {
"baseUrl": "src",
"paths": {
"*": ["src/*"]
}
}
}