Browse Source

Remove extra lib declaration

Remove DOM lib as it is not used.
master
TheoryOfNekomata 11 months ago
parent
commit
f72303520d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tsconfig.json

+ 1
- 1
tsconfig.json View File

@@ -3,7 +3,7 @@
"compilerOptions": {
"rootDir": "src",
"module": "ESNext",
"lib": ["DOM", "ESNext"],
"lib": ["ESNext"],
"importHelpers": true,
"declaration": true,
"sourceMap": true,


Loading…
Cancel
Save