rumahjo/jsconfig.json

8 lines
73 B
JSON
Raw Normal View History

2024-09-07 00:46:58 +00:00
{
"compilerOptions": {
"paths": {
"@/*": ["./*"]
}
}
}