saus icon indicating copy to clipboard operation
saus copied to clipboard

Dynamic JSON import is missing `{ default }` wrapper

Open aleclarson opened this issue 3 years ago • 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.

aleclarson avatar Aug 01 '22 02:08 aleclarson