Files
timmypidashev.dev/src/landing/.web/jsconfig.json
T
2024-03-09 03:37:15 -08:00

8 lines
97 B
JSON

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