From 1e252ba27562805dfbd0d48175c72239e0596111 Mon Sep 17 00:00:00 2001 From: jiatianqi Date: Tue, 27 Sep 2022 17:41:18 +0800 Subject: [PATCH] =?UTF-8?q?amis-saas-6890=20[Story]=20tsconfig.json?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Idd20f71191c181f62e1061796d1f43faeca6ab94 --- packages/amis-editor/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/amis-editor/tsconfig.json b/packages/amis-editor/tsconfig.json index c4fc36ae9..276f20046 100644 --- a/packages/amis-editor/tsconfig.json +++ b/packages/amis-editor/tsconfig.json @@ -9,6 +9,6 @@ "../../node_modules/@types" ] }, - "include": ["src/**/*", "../amis-editor-core/src/builder"], + "include": ["src/**/*"], "references": [] }