0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00
astro/packages/actions/tsconfig.json

9 lines
142 B
JSON
Raw Normal View History

2024-04-23 14:27:58 -04:00
{
"extends": "../../tsconfig.base.json",
"include": ["src"],
"compilerOptions": {
"rootDir": "./src",
2024-04-23 14:27:58 -04:00
"outDir": "./dist",
}
}