diff --git a/tsconfig.json b/tsconfig.json index 0d5de17..29ed3f7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -31,5 +31,5 @@ "types": ["jest"], "esModuleInterop": true }, - "include": ["./**/*.ts"] + "include": ["./src/*.ts"] }