From 0f747c67c691636be338255dac60e5cc8403b0b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8D=89=E9=9E=8B=E6=B2=A1=E5=8F=B7?= <308487730@qq.com> Date: Sat, 2 Jul 2022 11:09:17 +0800 Subject: [PATCH] chore: remove types.d.ts in `include` --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 129756a..c81e322 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,7 +21,7 @@ "noEmit": true, "jsx": "react-jsx" }, - "include": ["src", "types.d.ts"], + "include": ["src"], "references": [{ "path": "./tsconfig.node.json" }] }