diff --git a/tsconfig.json b/tsconfig.json index 23c8ceb..56f6531 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,5 +12,5 @@ "strict": true, "target": "es2020" }, - "exclude": ["./dist/**/*"] + "exclude": ["./dist", "**/node_modules"] }