alloc/saus

Dynamic JSON import is missing `{ default }` wrapper

Opened this issue · 0 comments

Using import('/path/to/file.json') should resolve with { default: <value> } instead of <value>, or it won't match with what TypeScript infers.