From 10a96da48d13e88ea3638a45e1116ea7a1511077 Mon Sep 17 00:00:00 2001 From: night0721 Date: Sat, 18 Sep 2021 17:31:08 +0800 Subject: [PATCH] src --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 2dbe86d..721ee0e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,6 +15,6 @@ "skipDefaultLibCheck": true, "resolveJsonModule": true }, - "include": ["./dist"], + "include": ["./src"], "exclude": ["./node_modules"] }