From 604cb3f4db7ba224960ec8de3ffb09f45944960d Mon Sep 17 00:00:00 2001 From: Nadeesha Cabral Date: Wed, 8 May 2024 09:12:16 +1000 Subject: [PATCH] update --- control-plane/tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/control-plane/tsconfig.json b/control-plane/tsconfig.json index 1f45e299..61c166ae 100644 --- a/control-plane/tsconfig.json +++ b/control-plane/tsconfig.json @@ -10,6 +10,6 @@ "allowJs": true, }, "include": [ - "src/**/*" + "src/index.ts" ] -} +} \ No newline at end of file