Address Javascript errors

This commit is contained in:
Max Berger
2026-03-08 00:30:25 +01:00
parent 93610213e3
commit 64885fe32e
6 changed files with 88 additions and 58 deletions

8
radicale/web/README.md Normal file
View File

@@ -0,0 +1,8 @@
# Built-in web UI
If you have tsc installed, you can type-check all JavaScript using
``` lang=shell
tsc -p radicale/web/jsconfig.json --noEmit --pretty
```