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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
117 B
JSON
Raw Normal View History

{
2024-08-29 07:57:58 +02:00
"extends": "../../tsconfig.base.json",
2024-08-29 08:17:42 +02:00
"include": ["src"],
"compilerOptions": {
"outDir": "./dist"
}
}