Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jfa-go/src/commit/aedea1bea61e6a7a82e4b3bac6f406e2a7a3d6ea/ts/tsconfig.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
jfa-go/ts/tsconfig.json

11 lines
251 B

{
"compilerOptions": {
"outDir": "../js",
"target": "es6",
"lib": ["dom", "es2017"],
"typeRoots": ["./typings", "../node_modules/@types"],
"moduleResolution": "node",
"esModuleInterop": true
}
}