diff --git a/tsconfig.json b/tsconfig.json index 0988274..2dccb69 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,8 +12,8 @@ "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, - "types": ["node", "jest"] + "types": ["node"] }, "include": ["src/**/*"], - "exclude": ["node_modules", "dist"] + "exclude": ["node_modules", "dist", "src/__tests__"] }