Add client version

This commit is contained in:
phil 2024-11-08 23:52:10 +01:00
parent 963d3437c0
commit 5409616530
4 changed files with 7 additions and 6 deletions

View file

@ -15,9 +15,8 @@
"importHelpers": true,
"target": "ES2022",
"module": "es2020",
// TODO: get the dynamic version from the git tags
//"allowSyntheticDefaultImports": true,
//"resolveJsonModule": true,
"resolveJsonModule": true,
"lib": [
"es2019",
"dom"