Split from #18.
Before or shortly after the first publish, verify that the package resolves correctly from a consumer's perspective using the packed tarball.
Tasks
Context
npm pack --dry-run confirms the tarball contents are correct. This issue tracks the next step: end-to-end resolution testing from a real consumer project.
Split from #18.
Before or shortly after the first publish, verify that the package resolves correctly from a consumer's perspective using the packed tarball.
Tasks
npm packand install the tarball into a fresh project (npm install ./quarg-burnerguard-x.x.x.tgz)require('@quarg/burnerguard')works (CJS)import '@quarg/burnerguard'works (ESM)moduleResolution: "node16"and"bundler"dist/index.d.tsexportsBurnerGuardand all public typesContext
npm pack --dry-runconfirms the tarball contents are correct. This issue tracks the next step: end-to-end resolution testing from a real consumer project.