Fix new JS verification errors and force specific TSC version

The new TSC compiler does stricter checking on the JS documentation
strings. All documentation strings have been updated to pass with
the current version (7.0.2)

In addition, the version of the TSC compiler used during the github
action will be fixed to 7.0.2, so that we don't get these type of
sudden errors again in the future. Unfortunately this means we need
to periodically update this manually.
This commit is contained in:
Max Berger
2026-07-12 09:31:54 +02:00
parent 1e31d757cb
commit 1f1e94340d
8 changed files with 45 additions and 45 deletions

View File

@@ -293,7 +293,7 @@ jobs:
node-version: 24
- name: JS Type Check
run: |
npx -p typescript tsc -p radicale/web/jsconfig.json
npx -y -p typescript@7.0.2 tsc -p radicale/web/jsconfig.json
lint:
name: Lint