Przeglądaj źródła

Remove extra lib declaration

Remove DOM lib as it is not used.
master
TheoryOfNekomata 1 rok temu
rodzic
commit
f72303520d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      tsconfig.json

+ 1
- 1
tsconfig.json Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz