fix(workflow): Update Gitea workflow paths and dependencies

This commit is contained in:
2025-02-03 23:41:13 +01:00
parent 8e4d3b7565
commit 9150e8c5fc
12 changed files with 8494 additions and 3548 deletions

View File

@ -6,9 +6,11 @@
"module": "NodeNext",
"moduleResolution": "NodeNext",
"esModuleInterop": true,
"verbatimModuleSyntax": true
"verbatimModuleSyntax": true,
"baseUrl": ".",
"paths": {}
},
"exclude": [
"dist_*/**/*.d.ts"
]
}
}