TSConfig files from different projects to reuse in new projects.
egoist | ||
.editorconfig | ||
.gitignore | ||
.npmrc | ||
.nvmrc | ||
LICENSE | ||
NOTES.md | ||
package.json | ||
README.md |
misc-tsconfigs
TSConfig files from different projects to reuse in new projects.
Available TSConfig files
Package TSConfig | Source TSConfig | Source | Version |
---|---|---|---|
egoist/tsconfig.json | tsconfig.json | ts-lib-starter repo by EGOIST | f9e906d467fbabc56f73ad58f37521e906fb589a |
Development
Install fnm (if necessary).
fnm install && fnm use && node --version && npm --version
npm install
Remove the following compilerOptions
options (if necessary):
"types"
"outDir"
npm run format
Deployment
npm pack --dry-run
npm version patch
npm version minor
npm version major
- Update the version in the
Licenses
link at the top. - Commit and push changes.
- Create a tag on GitHub Desktop.
- Check Codeberg.
npm login
npm publish
- Check npm.