create-vue-tsconfigs
v0.1.0
Published
TSConfig files for projects created with create-vue.
Downloads
2
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 --version
npm install
npm create [email protected] test-create-vue
cd test-create-vue && npm install
npx vue-tsc --project tsconfig.app.json --showConfig
npx vue-tsc --project tsconfig.node.json --showConfig
cd ..
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 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 GitHub.
npm login
npm publish
- Check npm.