fix some types

This commit is contained in:
Philipp Kühn
2020-08-21 21:01:41 +02:00
parent b24d7fac30
commit 9e1bb182db
4 changed files with 12 additions and 8 deletions

View File

@@ -22,7 +22,7 @@ export default class History extends Extension {
name = 'history'
constructor(options?: HistoryOptions) {
constructor(options: Partial<HistoryOptions> = {}) {
super(options)
}