rumahjo/jsconfig.json
2024-09-07 07:46:58 +07:00

8 lines
73 B
JSON

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