Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ghostfolio/src/commit/48903238c5b825e1efd6786ef7f2e290db9f121d/libs/ui/tsconfig.lib.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
ghostfolio/libs/ui/tsconfig.lib.json

22 lines
427 B

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"target": "es2015",
"declaration": true,
"declarationMap": true,
"inlineSources": true,
"types": [],
"lib": ["dom", "es2018"]
},
"exclude": [
"src/test-setup.ts",
"**/*.spec.ts",
"**/*.test.ts",
"**/*.stories.ts",
"**/*.stories.js",
"jest.config.ts"
],
"include": ["**/*.ts"]
}