From 8d8ef54a6a924064a29cfb492887c2a2f21b4bab Mon Sep 17 00:00:00 2001 From: Thomas Beverley Date: Tue, 10 Dec 2024 14:01:06 +0000 Subject: [PATCH] Fix typescript config in extlib --- src/extlib/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extlib/tsconfig.json b/src/extlib/tsconfig.json index 81d248c..5b1aaa0 100644 --- a/src/extlib/tsconfig.json +++ b/src/extlib/tsconfig.json @@ -11,7 +11,7 @@ } }, "include": [ - "./*/*.ts" + "./index.ts" ], "exclude": ["../node_modules"] }