first commit

This commit is contained in:
mukesh13
2025-06-23 15:27:37 +05:30
commit 5470989a05
1099 changed files with 154763 additions and 0 deletions

11
jsconfig.json Normal file
View File

@ -0,0 +1,11 @@
{
"compilerOptions": {
"baseUrl": "src",
"paths": {
"components/*": ["components/*"],
"common/*": ["common/*"],
"data/*": ["data/*"],
"layouts/*": ["layouts/*"],
}
}
}