Browse Source

Refactoring

pull/7642/head
Thomas Kaul 1 day ago
parent
commit
f20a04b2a0
  1. 2
      tsconfig.base.json

2
tsconfig.base.json

@ -12,7 +12,7 @@
"target": "es2022",
"module": "esnext",
"typeRoots": ["node_modules/@types"],
"lib": ["es2022", "dom"],
"lib": ["dom", "es2022"],
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"paths": {

Loading…
Cancel
Save