mirror of
https://github.com/mathuo/dockview
synced 2025-02-02 06:25:44 +00:00
chore: include es2019 lib
This commit is contained in:
parent
8484db6968
commit
6a1b4bee8c
@ -13,11 +13,12 @@
|
|||||||
"forceConsistentCasingInFileNames": true,
|
"forceConsistentCasingInFileNames": true,
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"lib": [
|
"lib": [
|
||||||
"ES2015",
|
"ES2015",
|
||||||
"ES2016.Array.Include",
|
"ES2016.Array.Include",
|
||||||
"ES2017.String",
|
"ES2017.String",
|
||||||
"ES2018.Promise",
|
"ES2018.Promise",
|
||||||
"DOM",
|
"ES2019",
|
||||||
]
|
"DOM",
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -13,11 +13,12 @@
|
|||||||
"forceConsistentCasingInFileNames": true,
|
"forceConsistentCasingInFileNames": true,
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"lib": [
|
"lib": [
|
||||||
"ES2015",
|
"ES2015",
|
||||||
"ES2016.Array.Include",
|
"ES2016.Array.Include",
|
||||||
"ES2017.String",
|
"ES2017.String",
|
||||||
"ES2018.Promise",
|
"ES2018.Promise",
|
||||||
"DOM",
|
"ES2019",
|
||||||
]
|
"DOM",
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user