Skip to content

Commit

Permalink
fix: improve internal type safety
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Sep 20, 2024
1 parent c804a6a commit 5ecbe05
Show file tree
Hide file tree
Showing 4 changed files with 158 additions and 266 deletions.
1 change: 1 addition & 0 deletions .nuxtrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
typescript.includeWorkspace=true
modules[]=@nuxt/test-utils/module
typescript.tsConfig.compilerOptions.noUncheckedIndexedAccess=true
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"prepublishOnly": "pnpm lint && pnpm test",
"release": "bumpp && pnpm publish",
"test": "vitest run",
"test:types": "tsc --noEmit"
"test:types": "vue-tsc --noEmit"
},
"dependencies": {
"@nuxt/kit": "^3.13.2",
Expand Down Expand Up @@ -72,7 +72,8 @@
"vite": "5.2.14",
"vitest": "2.1.1",
"vitest-environment-nuxt": "1.0.1",
"vue": "3.5.6"
"vue": "3.5.6",
"vue-tsc": "^2.1.6"
},
"peerDependencies": {
"nuxt": ">=3.12.0"
Expand Down
Loading

0 comments on commit 5ecbe05

Please sign in to comment.