0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-10 23:01:26 -05:00
astro/packages/integrations/vercel/tsconfig.json

8 lines
117 B
JSON
Raw Normal View History

2022-03-28 10:05:55 -03:00
{
2024-08-29 07:57:40 +02:00
"extends": "../../tsconfig.base.json",
2024-08-29 08:45:22 +02:00
"include": ["src"],
2022-03-28 10:05:55 -03:00
"compilerOptions": {
"outDir": "./dist"
2022-03-28 10:05:55 -03:00
}
}