Files
Reduce/frontend/jsconfig.json
2024-08-06 01:16:01 +05:30

8 lines
73 B
JSON

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