diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-06-18 08:42:17 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-18 08:42:17 +0900 |
| commit | a766faeae9f5d5ea9be6f758ec446dbcd240a86e (patch) | |
| tree | e2ed5f30e2776259ef961c9f9a82412e7f9f66cd /tsconfig.json | |
| parent | Merge pull request #1735 from rinsuki/fix/minor-fix-201806171721 (diff) | |
| parent | [noImplicitAny: true] src/services/drive (diff) | |
| download | misskey-a766faeae9f5d5ea9be6f758ec446dbcd240a86e.tar.gz misskey-a766faeae9f5d5ea9be6f758ec446dbcd240a86e.tar.bz2 misskey-a766faeae9f5d5ea9be6f758ec446dbcd240a86e.zip | |
Merge pull request #1738 from rinsuki/features/ts-noimplicitany-true
[WIP] noImplicitAny: true
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index c407d554ee..76221c282a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "allowJs": true, "noEmitOnError": false, - "noImplicitAny": false, + "noImplicitAny": true, "noImplicitReturns": true, "noUnusedParameters": false, "noUnusedLocals": true, |