Parcourir la source

Remove extra lib declaration

Remove DOM lib as it is not used.
master
TheoryOfNekomata il y a 1 an
Parent
révision
f72303520d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      tsconfig.json

+ 1
- 1
tsconfig.json Voir le fichier

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


Chargement…
Annuler
Enregistrer