Initial commit on new branch

This commit is contained in:
Varun Kaushik
2025-05-29 09:02:31 +05:30
commit a480491795
310 changed files with 85646 additions and 0 deletions

8
jsconfig.json Normal file
View File

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