From 58b7c54a209a6eb42d5f7dfc64d729e90907da81 Mon Sep 17 00:00:00 2001 From: Li Zhineng Date: Thu, 24 Jul 2025 10:00:19 +0800 Subject: separate tsconfig for IDE support and build --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 6b51bae..9a1c0e7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,6 +15,5 @@ "./node_modules/miniprogram-api-typings" ] }, - "include": ["src"], - "exclude": ["*.test.ts", "*.test-d.ts"] + "include": ["src", "tests"] } -- cgit v1.2.3