ソースを参照

Removes unused locals as an error

main
Eric Amodio 6年前
コミット
4539283e6b
1個のファイルの変更1行の追加2行の削除
  1. +1
    -2
      tsconfig.json

+ 1
- 2
tsconfig.json ファイルの表示

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

読み込み中…
キャンセル
保存