zip-van/jsconfig.json
2025-09-03 17:47:05 +05:30

9 lines
120 B
JSON

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