mirror of
https://github.com/flarum/core.git
synced 2025-09-03 05:02:45 +02:00
Create abstract PaginatedListState for DiscussionList and others (#2781)
This commit is contained in:
committed by
GitHub
parent
9a26b2bef4
commit
4e0fdb4c77
@@ -15,7 +15,7 @@
|
||||
"moduleResolution": "node",
|
||||
"target": "es6",
|
||||
"jsx": "preserve",
|
||||
"lib": ["es2015", "es2017", "dom"],
|
||||
"lib": ["es2015", "es2017", "es2018.promise", "dom"],
|
||||
"allowSyntheticDefaultImports": true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user