Added no implicit any option to tsconfig.
parent
263a621104
commit
195c0c852d
|
@ -7,6 +7,7 @@
|
|||
"lib": [
|
||||
"dom",
|
||||
"es2018"
|
||||
]
|
||||
],
|
||||
"noImplicitAny": true
|
||||
}
|
||||
}
|
|
@ -7,6 +7,7 @@
|
|||
"lib": [
|
||||
"dom",
|
||||
"es2018"
|
||||
]
|
||||
],
|
||||
"noImplicitAny": true
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue