Simon Plenderleith
Simon Plenderleith
Currently you must always pass an object if you're using TypeScript.
Related: issue #112
- https://github.com/nodejs/package-maintenance/blob/main/docs/PACKAGE-SUPPORT.md - https://github.com/pkgjs/support Potential `package-support.json`: ```json { "versions": [ { "version": "*", "target": { "node": "supported" }, "response": { "type": "best-effort" }, "backing": { "none": "" } } ]...
Simple example: https://github.com/ajv-validator/ajv/blob/master/.github/workflows/publish.yml
Create a `CONTRIBUTING.md` Inspiration: - https://github.com/rowanmanning/audrey/blob/main/docs/contributing.md - https://www.contributor-covenant.org/ - https://opensource.guide/code-of-conduct/