MyFavStuff/myfavstuff/jsconfig.json
2025-05-18 15:40:55 +02:00

8 lines
73 B
JSON

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