TSConfig files for projects created from the solidjs/templates and solidjs/solid-start repos.
| Template | TSConfig file |
|---|---|
| ts-minimal | tsconfig.json |
| Template | TSConfig file |
|---|---|
| bare | tsconfig.json |
Install fnm (if necessary).
fnm install && fnm use && node --version && npm --versionnpm installDelete the following top-level options (if necessary):
"files""include""exclude""references"
Remove the following compilerOptions options (if necessary):
npm run lintnpm run formatnpm pack --dry-runnpm version patchnpm version minornpm version major- Update the version in the
LicensesandPackage Phobialinks at the top.
echo "v$(npm pkg get version | tr -d \")" | pbcopy- Commit and push changes.
- Create a tag on GitHub Desktop.
- Check GitHub
npm loginnpm publish- Check npm.