TSConfig files from different projects to reuse in new projects.
2024-02-26 19:36:26 +00:00
egoist Closes #1 , Closes #2 2024-02-26 19:35:04 +00:00
.editorconfig Closes #1 , Closes #2 2024-02-26 19:35:04 +00:00
.gitignore Closes #1 , Closes #2 2024-02-26 19:35:04 +00:00
.npmrc Closes #1 , Closes #2 2024-02-26 19:35:04 +00:00
.nvmrc Closes #1 , Closes #2 2024-02-26 19:35:04 +00:00
LICENSE Closes #1 , Closes #2 2024-02-26 19:35:04 +00:00
NOTES.md Closes #1 , Closes #2 2024-02-26 19:35:04 +00:00
package.json Closes #3 2024-02-26 19:36:26 +00:00
README.md Closes #3 2024-02-26 19:36:26 +00:00

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