From cadb5fb4072ae4c550a403b39379f3b0bfe5511b Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Thu, 16 May 2024 12:17:20 -0700 Subject: [PATCH] ignore examples dir Signed-off-by: Matthew Fisher --- tsconfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index e11bf930..9fc95732 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,9 +17,9 @@ "moduleResolution": "node" }, "exclude": [ - "templates/**/*", - "lib/**/*", "bin/**/*", + "examples/**/*", + "lib/**/*", "test/**/*" ] -} \ No newline at end of file +}