This commit is contained in:
2026-03-15 12:50:33 +01:00
parent dd68a6b21d
commit d907c89eb6
36 changed files with 309 additions and 286 deletions

View File

@@ -11,7 +11,7 @@
"moduleResolution": "bundler",
"importHelpers": true,
"target": "ES2022",
"strict": false,
"strict": true,
"typeRoots": ["node_modules/@types"],
"useDefineForClassFields": false
},