diff --git a/package.json b/package.json index 0c72048..ddcb3a4 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "prepack": "nuxt-module-build build", "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", "lint": "eslint .", "test:types": "vue-tsc --noEmit", "prepublishOnly": "pnpm lint", diff --git a/tsconfig.json b/tsconfig.json index 9dd826f..4b34df1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,3 +1,3 @@ { - "extends": "./playground/.nuxt/tsconfig.json" + "extends": "./.nuxt/tsconfig.json" }