mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
f395ebcc08
* refactor: rename "config" file to "virtual" * chore: changeset * fix(test): config import
8 lines
158 B
JSON
8 lines
158 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"include": ["src"],
|
|
"exclude": ["src/runtime/virtual.ts"],
|
|
"compilerOptions": {
|
|
"outDir": "./dist"
|
|
}
|
|
}
|