Explorar o código

chore: use correct base href

rugk hai 4 meses
pai
achega
3a08f1866d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      js/jsconfig.json

+ 1 - 1
js/jsconfig.json

@@ -10,7 +10,7 @@
     "forceConsistentCasingInFileNames": true,
     "noUnusedLocals": true,
     "noUnusedParameters": true,
-    "baseUrl": "./src",
+    "baseUrl": "./js",
     "paths": {
       "/*": ["./*"],
     }