diff --git a/tsconfig.json b/tsconfig.json index 8af479a..3801988 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,5 +10,5 @@ "skipLibCheck": true, "esModuleInterop": true }, - "exclude": ["node_modules", "dist", "dist_org", ".vscode-test"] + "exclude": ["node_modules", "dist", "dist_org", ".vscode-test", "__tests__"] }