Skip to content

Commit

Permalink
Fix **Caused by: Error: Cannot find module './.nuxt/tsconfig.json'**
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Jan 8, 2024
1 parent 7c002ed commit 0126999
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"dev": "nuxi dev playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"lint": "eslint .",
"test": "vitest run"
"test": "vitest run",
"postinstall": "nuxt prepare"
},
"type": "module",
"license": "MIT",
Expand Down

0 comments on commit 0126999

Please sign in to comment.