import SOMETHING from "./some_file.json"
There is an import line like the one above in Chrome Devtools' Source tab. The JSON file, however, is not in the same folder.
Is there a way to find this file or can it be somehow hidden in such a way that Devtools can't show it?