Explorar el Código

Removes unused locals as an error

main
Eric Amodio hace 6 años
padre
commit
4539283e6b
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. +1
    -2
      tsconfig.json

+ 1
- 2
tsconfig.json Ver fichero

@ -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"

Cargando…
Cancelar
Guardar