diff --git a/tsconfig.json b/tsconfig.json index 336a8e9..7fe5500 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,5 +13,6 @@ "esModuleInterop": true, "skipLibCheck": true }, - "include": ["src"] + "include": ["src"], + "exclude": ["node_modules", "dist", "src/**/*.test.ts"] }