mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
4385bf7a4d
* wip * feat(@astrojs/react): export `renderer` for easy loading * restore change * chore: address feedback * revert changes * revert changes to react integration * update changeset
7 lines
121 B
JSON
7 lines
121 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"include": ["src"],
|
|
"compilerOptions": {
|
|
"outDir": "./dist"
|
|
},
|
|
}
|