Преглед изворни кода

chore: use correct base href

rugk пре 4 месеци
родитељ
комит
3a08f1866d
1 измењених фајлова са 1 додато и 1 уклоњено
  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": {
       "/*": ["./*"],
     }