From a6e0a233065a6380c0f438df489e936bc0009f69 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Sat, 13 Mar 2021 10:12:14 +0700 Subject: [PATCH] Add include for tsconfig --- tsconfig.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 7095025..6474783 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,6 +4,7 @@ "outDir": "dist", "strict": true, "lib": ["esnext", "dom"], - "esModuleInterop": true - } + "esModuleInterop": true, + }, + "include": ["src"] }