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

chore: fix tsconfig path

This commit is contained in:
Alexander Niebuhr 2024-08-29 07:57:58 +02:00
parent 1c73a28672
commit f6819f253f

View file

@ -1,6 +1,8 @@
{
"extends": "../../../tsconfig.base.json",
"include": ["src"],
"extends": "../../tsconfig.base.json",
"include": [
"src"
],
"compilerOptions": {
"outDir": "./dist"
}