Closed daun closed 1 year ago
Should the types also be added to "exports"
here, or are these all astro integration standards?
{
"exports": {
".": "./dist/index.js",
"./client": "./dist/client.js",
"./client/*": "./dist/client/*.js",
"./idle": "./dist/idle.js",
"./package.json": "./package.json"
},
}
Should the types also be added to
"exports"
here, or are these all astro integration standards?
The general structure of the repo is that of official Astro integrations. But you're right, they probably should be exported as well. I'll make an issue to keep track of it.
Description
Checks
master
branchnpm run lint
)All tests are passing (npm run test
)New or updated tests are included