Update to set 5 and add static data from League of Legend
This commit is contained in:
parent
9fb13409d1
commit
5f06b288b1
201 changed files with 1362 additions and 935 deletions
4
src/app/json-typings.d.ts
vendored
Normal file
4
src/app/json-typings.d.ts
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
declare module "*.json" {
|
||||
const value: any;
|
||||
export default value;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue