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:
parent
37669b22da
commit
8ebe280b89
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
|||
{
|
||||
"extends": "../../../tsconfig.base.json",
|
||||
"include": ["src"],
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"include": [
|
||||
"src"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue