From 0e730c06e461a368d0f582b91ad9a9799691c48f Mon Sep 17 00:00:00 2001 From: Evan You Date: Fri, 1 May 2020 16:19:46 -0400 Subject: [PATCH] chore: remove unnecessary path in tsconfig.json --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 42a85205..117bce3e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,8 +19,7 @@ "rootDir": ".", "paths": { "@vue/*": ["packages/*/src"], - "vue": ["packages/vue/src"], - "@vue/reavitity": ["packages/reactivity/src/index.ts"] + "vue": ["packages/vue/src"] } }, "include": [