diff --git a/tsconfig.json b/tsconfig.json index 3a65ba3..6c7cbde 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -98,6 +98,7 @@ "skipLibCheck": true /* Skip type checking all .d.ts files. */ }, "exclude": [ - "tests" + "**/*.spec.ts", + "**/*.test.ts", ] }