mirror of
https://github.com/denoland/deno.git
synced 2024-11-26 16:09:27 -05:00
4 lines
241 B
Text
4 lines
241 B
Text
error: Uncaught (in promise) TypeError: Attempted to load JSON module without specifying "type": "json" attribute in the import statement.
|
|
const data = await import("./data.json");
|
|
^
|
|
at async [WILDCARD]dynamic_error.ts:1:14
|