diff --git a/tsconfig.json b/tsconfig.json index 8097ad4..3243641 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,5 +12,5 @@ "disableSizeLimit": true }, "include": ["src/**/*"], - "exclude": ["node_modules", "**/*.spec.ts"] + "exclude": ["node_modules", "**/*.spec.ts", "**/*.test.ts"] }