Use compiler option instead of linter option

This commit is contained in:
Aya Morisawa 2016-12-29 10:01:40 +09:00
parent 04cb606dea
commit 3e64cf1b0f
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,8 @@
"noEmitOnError": false,
"noImplicitAny": false,
"noImplicitReturns": true,
"noUnusedParameters": true,
"noUnusedLocals": true,
"noFallthroughCasesInSwitch": true,
"experimentalDecorators": true,
"declaration": false,