0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/packages/integrations/react/tsconfig.json
Emanuele Stoppa a6df7e877f [ci] format
2024-06-13 13:05:54 +00:00

7 lines
120 B
JSON

{
"extends": "../../../tsconfig.base.json",
"include": ["src"],
"compilerOptions": {
"outDir": "./dist"
}
}