Skip to content

Commit

Permalink
fix: tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
toshick committed Feb 10, 2024
1 parent 005fd83 commit 769363e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions 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": "../../.nuxt/tsconfig.json"
"extends": "@vuejs-jp/typescript-config/vue-library.json"
}
4 changes: 4 additions & 0 deletions apps/web/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
// https://nuxt.com/docs/guide/concepts/typescript
"extends": "./.nuxt/tsconfig.json"
}

0 comments on commit 769363e

Please sign in to comment.