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

16 lines
409 B

{
"compilerOptions": {
"target": "es6",
"esModuleInterop": true,
"lib": ["es2018", "dom"],
"types": ["cypress", "cypress-wait-until", "cypress-image-snapshot", "cypress-real-events", "@bahmutov/cy-api", "node"],
"baseUrl": "./cypress",
"paths": {
"@/*": ["./*"]
}
},
"include": [
"**/*.ts",
"support/*.ts"
]
}