mirror of
https://github.com/withastro/astro.git
synced 2025-08-06 14:49:27 +08:00
8 lines
132 B
JSON
8 lines
132 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"include": ["src", "env.d.ts"],
|
|
"compilerOptions": {
|
|
"outDir": "./dist"
|
|
}
|
|
}
|