Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
yuheiy committed Jan 25, 2024
1 parent 129f0d1 commit ae747a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "astro/tsconfigs/strictest",
"compilerOptions": {
"types": ["vitest/importMeta"]
"types": ["vitest/importMeta"],
},
"exclude": ["dist"] // https://github.com/withastro/language-tools/issues/643#issuecomment-1699486909
"exclude": ["dist"], // https://github.com/withastro/language-tools/issues/643#issuecomment-1699486909
}

0 comments on commit ae747a8

Please sign in to comment.