mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
9332bb1c1f
* feat: add an internal for now studio package * fix: remove test commands * fix: use getenvs from studio package * fix: packagejson * chore: changeset * fix: remove unused error * fix: of course Bjorn was right all along
7 lines
117 B
JSON
7 lines
117 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"include": ["src"],
|
|
"compilerOptions": {
|
|
"outDir": "./dist"
|
|
}
|
|
}
|