From d21df4c082bd94e5930fa10ea059fc5c0be9aee0 Mon Sep 17 00:00:00 2001 From: gxz Date: Tue, 23 Jan 2024 10:13:14 +0800 Subject: [PATCH] chore: optimize --- tsconfig.build.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.build.json b/tsconfig.build.json index 999d3f3c8..2fd70bdf3 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -1,5 +1,5 @@ { "extends": "./tsconfig", - "exclude": ["example"] + "exclude": ["example","scripts/terra"] }