0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-13 22:11:20 -05:00
astro/benchmark/packages/adapter/tsconfig.json

8 lines
120 B
JSON
Raw Permalink Normal View History

2024-11-06 12:33:14 +00:00
{
"extends": "../../../tsconfig.base.json",
"include": ["src"],
"compilerOptions": {
"outDir": "./dist"
}
}