Updated types and typescript settings

This commit is contained in:
Alexander Cerutti
2019-05-20 22:09:49 +02:00
parent 9609187fa5
commit 96004162c6
3 changed files with 8 additions and 10 deletions

View File

@@ -5,7 +5,5 @@
"target": "es2018",
"esModuleInterop": true,
"newLine": "LF",
"noImplicitAny": true,
"noUnusedLocals": true,
}
}