litenet-website/jsconfig.json
2024-12-17 20:40:15 -05:00

8 lines
77 B
JSON

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