Teabag/jsconfig.json
2023-10-22 15:22:14 +02:00

8 lines
73 B
JSON

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