Frontend version: disable - method to be polished

This commit is contained in:
phil 2024-11-04 03:49:11 +01:00
parent c4c5fd9f11
commit 963d3437c0
4 changed files with 16 additions and 4 deletions

View file

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