diff --git a/package.json b/package.json index efba765..7c6b281 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/tsconfig.json b/tsconfig.json index 7c883c7..c34579c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./playground/.nuxt/tsconfig.json", + "extends": "./.nuxt/tsconfig.json", "compilerOptions": { "types": ["./playground/types"], "strict": false