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

8 lines
120 B
JSON
Raw Normal View History

{
2025-02-05 16:56:45 +00:00
"extends": "../../../tsconfig.base.json",
2024-08-29 08:17:42 +02:00
"include": ["src"],
"compilerOptions": {
"outDir": "./dist"
}
}