Skip to content

Commit 469be8f

Browse files
authoredDec 6, 2023
chore: use module-builder stub mode for more accurate types (#126)
1 parent 8b7b24a commit 469be8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"prepack": "nuxt-module-build build",
2020
"dev": "nuxi dev playground",
2121
"dev:build": "nuxi build playground",
22-
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
22+
"dev:prepare": "nuxt-module-build --stub && nuxt-module-build prepare && nuxi prepare playground",
2323
"lint": "eslint .",
2424
"test:types": "vue-tsc --noEmit",
2525
"prepublishOnly": "pnpm lint",

‎tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"extends": "./playground/.nuxt/tsconfig.json"
2+
"extends": "./.nuxt/tsconfig.json"
33
}

0 commit comments

Comments
 (0)