Browse Source

Refactoring

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

2
tsconfig.base.json

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

Loading…
Cancel
Save