Files
konstitisyon.nu/jsconfig.json
T

10 lines
141 B
JSON
Raw Normal View History

2024-05-20 04:03:35 +04:00
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/components/*": ["components/*"],
"@/lib/*": ["lib/*"]
}
}
}