From 2ffaffe87b3cf807e1a1f831ed16d1989892e836 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Mon, 4 Dec 2023 14:58:21 +0000 Subject: [PATCH] chore: use module-builder stub mode for more accurate types --- package.json | 2 +- tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f8f106ee..8d80bcde 100755 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dist" ], "scripts": { - "dev:prepare": "nuxt-module-build --stub && nuxi prepare playground", + "dev:prepare": "nuxt-module-build --stub && nuxt-module-build prepare && nuxi prepare playground", "dev": "nuxt dev playground", "dev:nuxt2": "nuxt dev nuxt2-playground", "lint": "eslint .", diff --git a/tsconfig.json b/tsconfig.json index 9dd826f9..4b34df15 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,3 +1,3 @@ { - "extends": "./playground/.nuxt/tsconfig.json" + "extends": "./.nuxt/tsconfig.json" }