mirror of
https://github.com/withastro/astro.git
synced 2025-03-10 23:01:26 -05:00
8 lines
113 B
JSON
8 lines
113 B
JSON
|
{
|
||
|
"extends": "astro/tsconfigs/strict",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "dist",
|
||
|
"rootDir": "src"
|
||
|
}
|
||
|
}
|