Skip to content

Commit

Permalink
fix: add tsconfig.json to fix TS error
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasmerlin committed Mar 23, 2023
1 parent fb6dfd6 commit 9433e11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export { default as SEO } from "./SEO.astro";

export * from "./SEO.astro";
3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "astro/tsconfigs/base"
}

0 comments on commit 9433e11

Please sign in to comment.