From 909af6e4517adc335853058472c98c945eb78ede 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: Sun, 5 Jun 2022 08:31:37 +0800 Subject: [PATCH] add types.d.ts --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 3d0a51a..3f209ea 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,6 +16,6 @@ "noEmit": true, "jsx": "react-jsx" }, - "include": ["src"], + "include": ["src", "types.d.ts"], "references": [{ "path": "./tsconfig.node.json" }] }