From d83005a4bf32952a2282275669d4b165156e9467 Mon Sep 17 00:00:00 2001 From: Aleksa Date: Mon, 10 Jul 2023 17:16:35 +0200 Subject: [PATCH] feat: use new module prepare mode for types --- package.json | 2 +- tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" }