1
0
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:
David Sevilla Martín
2021-05-11 19:14:26 -04:00
committed by GitHub
parent 9a26b2bef4
commit 4e0fdb4c77
11 changed files with 420 additions and 311 deletions

View File

@@ -15,7 +15,7 @@
"moduleResolution": "node",
"target": "es6",
"jsx": "preserve",
"lib": ["es2015", "es2017", "dom"],
"lib": ["es2015", "es2017", "es2018.promise", "dom"],
"allowSyntheticDefaultImports": true
}
}