mirror of
https://github.com/withastro/astro.git
synced 2025-03-10 23:01:26 -05:00
9 lines
95 B
JSON
9 lines
95 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": ".",
|
||
|
"paths": {
|
||
|
"~/*": ["src/*"]
|
||
|
}
|
||
|
}
|
||
|
}
|