This website requires JavaScript.
Explore
Help
Sign In
status-im
/
status-web
mirror of
https://github.com/status-im/status-web.git
Watch
2
Star
0
Fork
You've already forked status-web
0
Code
Issues
Projects
Releases
Wiki
Activity
7f611bd199
status-web
/
packages
/
icons
/
tsconfig.json
5 lines
68 B
JSON
Raw
Normal View
History
Unescape
Escape
add icons package
2023-01-17 13:32:04 +00:00
{
"extends"
:
"../../tsconfig.base.json"
,
add support for multiple icon sets through subpath exports (#579) * improve sync * make multi-entry * generate * clean up * u * fix attrs replace * Create sixty-chairs-sip.md
2024-09-24 16:17:41 +00:00
"include"
:
[
"./src"
]
add icons package
2023-01-17 13:32:04 +00:00
}