From 3a08f1866d00d56cda4ee9082c64997aa68cea04 Mon Sep 17 00:00:00 2001 From: rugk Date: Tue, 3 Mar 2026 10:02:22 +0000 Subject: [PATCH] chore: use correct base href --- js/jsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/jsconfig.json b/js/jsconfig.json index 0368302f..5b1e5a4c 100644 --- a/js/jsconfig.json +++ b/js/jsconfig.json @@ -10,7 +10,7 @@ "forceConsistentCasingInFileNames": true, "noUnusedLocals": true, "noUnusedParameters": true, - "baseUrl": "./src", + "baseUrl": "./js", "paths": { "/*": ["./*"], }