Created
May 22, 2023 12:14
-
-
Save Crisfole/648ebade2d213a687a8f4de9c89aa888 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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