create-vue-tsconfigs
v0.1.0
Published
TSConfig files for projects created with create-vue.
Downloads
3
Readme
create-vue-tsconfigs
TSConfig files for projects created with create-vue.
Available TSConfig files
[email protected] and [email protected]
| Template | Package TSConfig file | Source TSConfig file | | ---------------------------------------------------------------------------------- | --------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | | typescript | tsconfig.app.json | tsconfig.app.json | | typescript | tsconfig.node.json | tsconfig.node.json |
Development
Install fnm (if necessary).
fnm install && fnm use && node --version && npm --versionnpm installnpm create [email protected] test-create-vuecd test-create-vue && npm installnpx vue-tsc --project tsconfig.app.json --showConfignpx vue-tsc --project tsconfig.node.json --showConfigcd ..Delete the following top-level options (if necessary):
"references""files""include""exclude"
Remove the following compilerOptions options (if necessary):
"types""tsBuildInfoFile""baseUrl""paths"
Add the following compilerOptions option (if necessary):
"composite": true
npm run formatDeployment
npm pack --dry-runnpm version patchnpm version minornpm version major- Update the version in the
Licenseslink at the top. - Commit and push changes.
- Create a tag on GitHub Desktop.
- Check GitHub.
npm loginnpm publish- Check npm.
