From 59a8c1a2777bb781d1f6ba841565e79cb067f1d2 Mon Sep 17 00:00:00 2001 From: teleskop150750 Date: Mon, 21 Oct 2024 12:50:58 +0300 Subject: [PATCH] chore: update tsconfig --- packages/vue-primitives/tsconfig.json | 3 +++ turbo.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/packages/vue-primitives/tsconfig.json b/packages/vue-primitives/tsconfig.json index d85c910cb..74e3892a8 100644 --- a/packages/vue-primitives/tsconfig.json +++ b/packages/vue-primitives/tsconfig.json @@ -1,4 +1,7 @@ { + "compilerOptions": { + "composite": true + }, "references": [ { "path": "./tsconfig.node.json" diff --git a/turbo.json b/turbo.json index f778f3461..9a7e83d0e 100644 --- a/turbo.json +++ b/turbo.json @@ -9,8 +9,8 @@ "^build" ], "outputs": [ - ".next/**", - "!.next/cache/**" + "dist/**", + ".output/**" ] }, "lint": {