From c4f3cb0c0d3585af9d299a62649460f2dc992dc9 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Mon, 5 Aug 2024 20:23:41 +0700 Subject: [PATCH] build: specify typescript source files --- 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",