Skip to content

Commit 7d3427a

Browse files
authored
chore: use module-builder stub mode for more accurate types (#106)
1 parent e5a507b commit 7d3427a

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
@@ -24,7 +24,7 @@
2424
"build": "nuxt-module-build",
2525
"dev": "nuxi dev playground",
2626
"dev:build": "nuxi build playground",
27-
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
27+
"dev:prepare": "nuxt-module-build --stub && nuxt-module-build prepare && nuxi prepare playground",
2828
"lint": "eslint --ext .js,.ts,.vue",
2929
"prepack": "pnpm build",
3030
"release": "pnpm test && pnpm build && changelogen --release && git push --follow-tags && pnpm publish",

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)