Kaynağa Gözat

Removes unused locals as an error

main
Eric Amodio 6 yıl önce
ebeveyn
işleme
4539283e6b
1 değiştirilmiş dosya ile 1 ekleme ve 2 silme
  1. +1
    -2
      tsconfig.json

+ 1
- 2
tsconfig.json Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet