Skip to content

Commit

Permalink
Merge pull request #188 from nuxt-modules/module-stub
Browse files Browse the repository at this point in the history
chore: use module-builder stub mode for more accurate types
  • Loading branch information
Baroshem authored Apr 8, 2024
2 parents 1ec29ca + 5d7853c commit c248e56
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 @@ -29,7 +29,7 @@
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:preview": "nuxi preview playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"dev:prepare": "nuxt-module-build --stub && nuxt-module-build prepare && nuxi prepare playground",
"docs": "cd docs && yarn dev",
"release": "nuxt-module-build && standard-version && git push --follow-tags && npm publish",
"lint": "eslint --ext .js,.ts,.vue"
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "./playground/.nuxt/tsconfig.json",
"extends": "./.nuxt/tsconfig.json",
"compilerOptions": {
"types": ["./playground/types"],
"strict": false
Expand Down

0 comments on commit c248e56

Please sign in to comment.