From 8f43e0653dd03d06926e0052db33e05fceae564d Mon Sep 17 00:00:00 2001 From: David Ball Date: Wed, 17 Jul 2024 18:23:16 -0400 Subject: [PATCH] Added examples/ to tsconfig. --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 92b12b8..2810343 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,6 +10,7 @@ }, "include": [ "src/**/*", - "tests/**/*" + "tests/**/*", + "examples/**/*", ] } \ No newline at end of file