From ac5f1cfe3f26e2a1e8ea96195c412e159fb8cfe8 Mon Sep 17 00:00:00 2001 From: Evan You Date: Sun, 8 Dec 2024 23:16:31 +0800 Subject: [PATCH] chore: fix vapor playground tsconfig --- playground/tsconfig.json | 2 +- tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/playground/tsconfig.json b/playground/tsconfig.json index f09c7e540..1b1d44c77 100644 --- a/playground/tsconfig.json +++ b/playground/tsconfig.json @@ -4,5 +4,5 @@ "isolatedDeclarations": false, "allowJs": true }, - "include": ["**/*"] + "include": ["./**/*", "../packages/*/src"] } diff --git a/tsconfig.json b/tsconfig.json index e34aaa58a..702078750 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -24,7 +24,7 @@ "paths": { "@vue/compat": ["packages/vue-compat/src"], "@vue/*": ["packages/*/src"], - "vue": ["packages/vue/src"] + "vue": ["packages/vue/src/runtime-with-vapor.ts"] }, "isolatedDeclarations": true, "composite": true