From 31c33f4f32bf7ea68362300f4bb71d888f35085c Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 14 Oct 2023 12:44:37 -0700 Subject: [PATCH] Specify src in jsconfig --- jsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jsconfig.json b/jsconfig.json index fd99e2eac..c88cadc4b 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { "baseUrl": "./src/", - } + }, + "include": ["src/**/*"] } \ No newline at end of file