Przeglądaj źródła

Removes unused locals as an error

main
Eric Amodio 6 lat temu
rodzic
commit
4539283e6b
1 zmienionych plików z 1 dodań i 2 usunięć
  1. +1
    -2
      tsconfig.json

+ 1
- 2
tsconfig.json Wyświetl plik

@ -7,11 +7,10 @@
"moduleResolution": "node",
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"noUnusedLocals": false,
"outDir": "out",
"removeComments": true,
"rootDir": "./src",
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "es2017"

Ładowanie…
Anuluj
Zapisz