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": { "/*": ["./*"], }