BlurMe/.web/jsconfig.json

8 lines
97 B
JSON
Raw Normal View History

2023-11-26 17:50:22 +01:00
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["public/*"]
}
}
}