Teabag/jsconfig.json

8 lines
73 B
JSON
Raw Normal View History

2023-10-22 13:22:14 +00:00
{
"compilerOptions": {
"paths": {
"@/*": ["./*"]
}
}
}