Skip to content

Commit

Permalink
chore: use module-builder stub mode for more accurate types
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Dec 4, 2023
1 parent 00edb20 commit 3d78394
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 @@ -18,7 +18,7 @@
"scripts": {
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"dev:prepare": "nuxt-module-build --stub && nuxt-module-build prepare && nuxi prepare playground",
"build": "nuxt-module-build build",
"lint": "eslint --ext .js,.ts,.vue .",
"release": "pnpm lint && release-it",
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": {
"strictNullChecks": false
}
Expand Down

0 comments on commit 3d78394

Please sign in to comment.