Skip to content

Commit

Permalink
fix: extend correct tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
r115 committed Oct 3, 2024
1 parent db247e9 commit b665b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "./.svelte-kit/tsconfig.json",
"extends": "./build/tsconfig.json",
"compilerOptions": {
"allowJs": true,
"checkJs": true,
Expand Down

0 comments on commit b665b8e

Please sign in to comment.