Add type guards (#43)
This commit is contained in:
parent
5670ed7a97
commit
8894dbec17
3 changed files with 82 additions and 44 deletions
|
|
@ -7,6 +7,11 @@
|
|||
"declaration": true,
|
||||
"pretty": true,
|
||||
"newLine": "lf",
|
||||
"lib": [
|
||||
"dom",
|
||||
"es2015",
|
||||
"es2017.sharedmemory"
|
||||
],
|
||||
"stripInternal": true,
|
||||
"noImplicitAny": true,
|
||||
"noImplicitReturns": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue