Skip to content

Instantly share code, notes, and snippets.

@Crisfole
Created May 22, 2023 12:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Crisfole/648ebade2d213a687a8f4de9c89aa888 to your computer and use it in GitHub Desktop.
Save Crisfole/648ebade2d213a687a8f4de9c89aa888 to your computer and use it in GitHub Desktop.
{
"exports": {
".": {
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
},
"//": "Is this what you mean by array syntax?",
"./*": {
"import": ["./dist/*/index.mjs", "./dist/*.mjs"],
"types": ["./dist/*/index.d.ts", "./dist/*.d.ts"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment