From 527ed5c1e0fb5777b7bf2450797883dc3084eed1 Mon Sep 17 00:00:00 2001 From: Michael Thiesen Date: Thu, 17 Oct 2024 18:16:02 -0700 Subject: [PATCH] Added include path to include all TypeScript files in src directory --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 1a69185..1c41947 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,4 +1,5 @@ { + "include": ["src/**/*"], "compilerOptions": { "target": "ES2020", "module": "ESNext",