Skip to content

Commit

Permalink
fix: typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyuujin committed Nov 19, 2023
1 parent 78e8d32 commit 89ecf02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// https://nuxt.com/docs/guide/concepts/typescript
"extends": "./.nuxt/tsconfig.json",
"compilerOptions": {
"isolatedModules": false,
"verbatimModuleSyntax": false,
"types": ["@nuxt/types", "@nuxtjs/i18n", "@nuxtjs/device", "cypress", "node"]
}
}

0 comments on commit 89ecf02

Please sign in to comment.