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",