Sfoglia il codice sorgente

chore: use correct base href

rugk 4 mesi fa
parent
commit
3a08f1866d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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": {
       "/*": ["./*"],
     }