1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-05 07:38:57 +00:00
trezor-wallet/jsconfig.json

8 lines
114 B
JSON
Raw Normal View History

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
2018-08-27 15:15:22 +00:00
"*": ["src/*"]
}
}
}