saus
saus copied to clipboard
Dynamic JSON import is missing `{ default }` wrapper
Using import('/path/to/file.json') should resolve with { default: <value> } instead of <value>, or it won't match with what TypeScript infers.