mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
9667ee990c
* chore: remove runtime/config from package json * fix: use relative path to dist * chore: changeset * Revert "fix: use relative path to dist" This reverts commit16c0cc296e
. * Revert "chore: remove runtime/config from package json" This reverts commitc1b4678998
. * refactor: types null * fix: exclude config.ts from tsc * chore: update consts * chore: comment on intellisense
8 lines
157 B
JSON
8 lines
157 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"include": ["src"],
|
|
"exclude": ["src/runtime/config.ts"],
|
|
"compilerOptions": {
|
|
"outDir": "./dist"
|
|
}
|
|
}
|