Ver código fonte

Remove extra lib declaration

Remove DOM lib as it is not used.
master
TheoryOfNekomata 1 ano atrás
pai
commit
f72303520d
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      tsconfig.json

+ 1
- 1
tsconfig.json Ver arquivo

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


Carregando…
Cancelar
Salvar