solidjs-templates-tsconfigs

TSConfig files for projects created from the solidjs/templates and solidjs/solid-start repos.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
solidjs-templates-tsconfigs
000.2.02 months ago6 months agoMinified + gzip package size for solidjs-templates-tsconfigs in KB

Readme

solidjs-templates-tsconfigs
TSConfig files for projects created from the solidjs/templates and solidjs/solid-start repos.

Available TSConfig files

solidjs/templates

| Template | TSConfig file | | ----------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | | ts-minimal | tsconfig.json |

solidjs/solid-start

| Template | TSConfig file | | ----------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | | bare | tsconfig.json |

Development

Install fnm (if necessary).
fnm install && fnm use && node --version && npm --version

npm install

Delete the following top-level options (if necessary):
  • "files"
  • "include"
  • "exclude"
  • "references"

Remove the following compilerOptions options (if necessary):

npm run lint

npm run format

Deployment

npm pack --dry-run

npm version patch

npm version minor

npm version major

  • Update the version in the Licenses and Package Phobia links at the top.

echo "v$(npm pkg get version | tr -d \")" | pbcopy


npm login

npm publish