Doesn't seem like it's possible to `import` JSON, am I missing something? ``` ✘ [ERROR] Could not r

Doesn't seem like it's possible to
import
JSON, am I missing something?

✘ [ERROR] Could not resolve "../builder/output.json"

src/api.ts:2:28:
2 │ import someJson from "../builder/output.json";  


Have this file at functions/src/api.ts with the JSON under functions/builder/output.json
Was this page helpful?