diff --git a/tsconfig.json b/tsconfig.json index 2b4ea00..5179acc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,5 +12,5 @@ "sourceMap": true, "lib": ["ES2019"] }, - "exclude": ["node_modules", "**/*.test.ts"] + "exclude": ["node_modules", "__tests__/**/*.ts"] }