diff --git a/tsconfig.json b/tsconfig.json index 33514fa0..506bac7a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -27,5 +27,6 @@ } }, "include": ["src"], + "exclude": ["src/**/*.test.ts", "src/**/*.test.tsx", "src/test/**"], "references": [{ "path": "./tsconfig.node.json" }] }