mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-24 01:08:27 +00:00
Make better import - clickthrough vscode
This commit is contained in:
parent
52fcaa3d8c
commit
b011184f3f
16
jsconfig.json
Normal file
16
jsconfig.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"*": ["src/*"],
|
||||
"components/*": ["./src/js/components/*"],
|
||||
"config/*": ["./src/js/config/*"],
|
||||
"constants/*": ["./src/js/constants/*"],
|
||||
"support/*": ["./src/js/support/*"],
|
||||
"actions/*": ["./src/js/actions/*"],
|
||||
"reducers/*": ["./src/js/reducers/*"],
|
||||
"utils/*": ["./src/js/utils/*"],
|
||||
"services/*": ["./src/js/services/*"],
|
||||
}
|
||||
}
|
||||
}
|
@ -1,16 +0,0 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"*": [
|
||||
"src/*"
|
||||
],
|
||||
"components/*": [
|
||||
"./js/config/*"
|
||||
],
|
||||
"config/*": [
|
||||
"./js/config/*"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user