mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 08:43:21 +08:00
Add support for Array.flat()
as per core polyfill
This commit is contained in:
parent
5939928f12
commit
ad02f0845d
|
@ -16,7 +16,7 @@
|
|||
"target": "es6",
|
||||
"jsx": "preserve",
|
||||
"allowJs": true,
|
||||
"lib": ["es2015", "es2017", "dom", "es2018.promise"],
|
||||
"lib": ["dom", "es5", "es2015", "es2016", "es2017", "es2018", "es2019.array"],
|
||||
"allowSyntheticDefaultImports": true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user