Files
Reduce/frontend/jsconfig.json
Arkaprabha Chakraborty 65f113a90f Initial commit
2024-08-06 01:16:01 +05:30

8 lines
73 B
JSON

{
"compilerOptions": {
"paths": {
"@/*": ["./*"]
}
}
}