diff --git a/package.json b/package.json index fba2104..5bc4644 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "dev:build": "nuxi build playground", "dev:generate": "nuxi generate 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:dev": "vitepress dev docs --port 4000", "docs:build": "vitepress build docs", "docs:serve": "vitepress serve docs", 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" }