소스 검색

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"

불러오는 중...
취소
저장