diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2016-12-29 10:56:24 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2016-12-29 10:56:24 +0900 |
| commit | deb293c0003ba223eefcdf46160e9c8177063300 (patch) | |
| tree | 749b819a51c57f9244602cbfc64411c49b888d2c | |
| parent | Update .travis.yml (diff) | |
| download | misskey-deb293c0003ba223eefcdf46160e9c8177063300.tar.gz misskey-deb293c0003ba223eefcdf46160e9c8177063300.tar.bz2 misskey-deb293c0003ba223eefcdf46160e9c8177063300.zip | |
Update tsconfig.json
| -rw-r--r-- | tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 0b7f78c684..2fd42733e6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "noEmitOnError": false, "noImplicitAny": false, "noImplicitReturns": true, - "noUnusedParameters": true, + "noUnusedParameters": false, "noUnusedLocals": true, "noFallthroughCasesInSwitch": true, "experimentalDecorators": true, |