Przeglądaj źródła

Added jsonconfig

master
Lazar Kostic 3 lat temu
rodzic
commit
7987ade352
1 zmienionych plików z 18 dodań i 0 usunięć
  1. 18
    0
      jsconfig.json

+ 18
- 0
jsconfig.json Wyświetl plik

{"compilerOptions": {
"baseUrl": ".",
"paths": {
"@navigation/*": ["./navigation/*"],
"@components/*": ["./components/*"],
"@screens/*": ["./screens/*"],
"@assets/*": ["./assets/*"],
"@store/*": ["./store/*"],
"@styles/*": ["./styles/*"],
"@utils/*": ["./utils/*"],
"@schemas/*": ["./schemas/*"],
"@initialValues/*": ["./initialValues/*"],
"@constants/*": ["./constants/*"],
"@service/*": ["./service/*"],
"@i18n/*": ["./i18n/*"],
"@request/*": ["./request/*"]
}
}}

Ładowanie…
Anuluj
Zapisz