Skip to content

Commit

Permalink
astro ts bug?
Browse files Browse the repository at this point in the history
  • Loading branch information
vorcigernix committed May 4, 2024
1 parent 72c8502 commit 83250a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# build output
dist/
.netlify/

# generated types
.astro/
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"allowJs": true,
"baseUrl": ".",
"paths": {
"@components/*": ["src/components/*"],
Expand Down

0 comments on commit 83250a1

Please sign in to comment.