Skip to content

Instantly share code, notes, and snippets.

@dontpaniclabsgists
Created February 27, 2025 17:20
Show Gist options
  • Save dontpaniclabsgists/e3fcf96f8e0a61a769c7e0e560d7c580 to your computer and use it in GitHub Desktop.
Save dontpaniclabsgists/e3fcf96f8e0a61a769c7e0e560d7c580 to your computer and use it in GitHub Desktop.
"main": "./dist/FileNameInDist.umd.js",
"module": "./dist/FileNameInDist.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/FileNameInDist.js",
"require": "./dist/FileNameInDist.umd.js"
}
},
"files": [
"dist",
"src"
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment