From eb127dc7daee70181cf00604a2e924610e39b4c9 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Tue, 6 Aug 2024 15:23:58 +0700 Subject: [PATCH] build: specify typescript source files (#389) --- tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index 875ab45..f0e6d05 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,4 +1,6 @@ { + "include": ["src"], + "exclude": ["**/*.test.ts"], "compilerOptions": { "module": "node16", "moduleResolution": "node16",