fix(ui): add more ts aliases
This commit is contained in:
parent
aadd7d5418
commit
e07404de22
1 changed files with 3 additions and 1 deletions
|
|
@ -22,7 +22,9 @@
|
|||
"UI/*": ["./app/components/ui/*"],
|
||||
"UI": ["./app/components/ui"],
|
||||
"Player/*": ["./app/player/*"],
|
||||
"HOCs/*": ["./app/components/hocs/*"]
|
||||
"Player": ["./app/player"],
|
||||
"HOCs/*": ["./app/components/hocs/*"],
|
||||
"Types/*": ["./app/types/*"],
|
||||
}
|
||||
},
|
||||
"include": ["app"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue