Skip to content

Commit

Permalink
chore: use module-builder stub mode for more accurate types (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Dec 4, 2023
1 parent 07d55e6 commit 9ecc21a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dist"
],
"scripts": {
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"dev:prepare": "nuxt-module-build --stub && nuxt-module-build prepare && nuxi prepare playground",
"dev": "nuxt dev playground",
"dev:nuxt2": "nuxt dev nuxt2-playground",
"lint": "eslint .",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "./playground/.nuxt/tsconfig.json"
"extends": "./.nuxt/tsconfig.json"
}

0 comments on commit 9ecc21a

Please sign in to comment.