auth.andert.me/jsconfig.json
2023-07-18 15:36:33 +02:00

8 lines
77 B
JSON

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