Skip to content

Instantly share code, notes, and snippets.

@75lb
Last active February 6, 2023 09:25
Show Gist options
  • Save 75lb/361808f5fc802681157bd7366a693ce1 to your computer and use it in GitHub Desktop.
Save 75lb/361808f5fc802681157bd7366a693ce1 to your computer and use it in GitHub Desktop.
Jsdoc issue with import assertions
{
"something": "yeah"
}
import data from './data.json' assert { type: 'json' }
console.log(data)
{
"name": "something",
"version": "0.0.0",
"description": "something",
"type": "module"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment