auth.andert.me/jsconfig.json

8 lines
77 B
JSON
Raw Normal View History

2023-07-18 13:36:33 +00:00
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
}
}