From 6d596b725b4a631f748f5bbf5275fd81c60e9b1c Mon Sep 17 00:00:00 2001 From: Adam Yost Date: Fri, 29 Mar 2024 16:31:04 -0600 Subject: [PATCH] better excludes --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 199fb55..f8827f8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,9 +14,10 @@ ] }, "exclude": [ - "node_modules/", + "**/node_modules/", "spec/", "**/*.spec.js", "**/*.spec.ts", + "**/*.d.ts" ] }