Fixed more typescript no implicit any issues

This commit is contained in:
Torkel Ödegaard
2019-03-12 17:55:01 +01:00
parent fd8d45fd23
commit 37496fe6a8
3 changed files with 40 additions and 30 deletions

View File

@@ -23,6 +23,7 @@
"noImplicitThis": true,
"noImplicitUseStrict": false,
"noImplicitAny": false,
"downlevelIteration": true,
"noUnusedLocals": true,
"baseUrl": "public",
"pretty": true,