All implemaentation and 360deg tour

This commit is contained in:
priyanshuvish
2026-03-20 19:43:27 +05:30
parent 3e1f2ca425
commit 6f72f1c828
38 changed files with 2759 additions and 1460 deletions

View File

@@ -16,6 +16,13 @@
"noEmit": true,
"jsx": "react-jsx"
},
"include": ["src"],
"references": [{ "path": "./tsconfig.node.json" }]
}
"include": [
"src",
"src/redux/hooks",
"src/redux/store",
"src/redux/services"
],
"references": [
{ "path": "./tsconfig.node.json" }
]
}