Explorar el Código

Remove extra lib declaration

Remove DOM lib as it is not used.
master
TheoryOfNekomata hace 1 año
padre
commit
f72303520d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      tsconfig.json

+ 1
- 1
tsconfig.json Ver fichero

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


Cargando…
Cancelar
Guardar