Files
authsec_reactbootstrapnew/jsconfig.json
Harish Sargar 0e1281aaa8 first commit
2025-04-01 20:28:04 +05:30

9 lines
95 B
JSON

{
"compilerOptions": {
"baseUrl": "src",
"paths": {
"*": ["src/*"]
}
}
}