das/jsconfig.json

8 lines
77 B
JSON
Raw Normal View History

2024-08-20 08:58:52 +00:00
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
}
}