Skip to content

Commit

Permalink
fix: tsconfig extends
Browse files Browse the repository at this point in the history
  • Loading branch information
toshick committed Feb 10, 2024
1 parent a0e4c0e commit 005fd83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/tests/cypress/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
// https://nuxt.com/docs/guide/concepts/typescript
"extends": "../../../../tsconfig.json"
"extends": "../../.nuxt/tsconfig.json"
}

0 comments on commit 005fd83

Please sign in to comment.