0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-03 22:29:08 -05:00
astro/packages/db/tsconfig.json
2025-01-13 15:15:59 +00:00

8 lines
158 B
JSON

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