rugk 4 месяцев назад
Родитель
Сommit
3a08f1866d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      js/jsconfig.json

+ 1 - 1
js/jsconfig.json

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