create-vite-tsconfigs
v0.4.0
Published
TSConfig files for projects created with create-vite.
Maintainers
Readme
create-vite-tsconfigs
TSConfig files for projects created with create-vite.
Available TSConfig files
[email protected]
| Template | Package TSConfig file | Source TSConfig file | | ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- | | template-qwik-ts | tsconfig.app.json | tsconfig.app.json | | template-qwik-ts | tsconfig.node.json | tsconfig.node.json | | template-react-ts | tsconfig.app.json | tsconfig.app.json | | template-react-ts | tsconfig.node.json | tsconfig.node.json | | template-solid-ts | tsconfig.app.json | tsconfig.app.json | | template-solid-ts | tsconfig.node.json | tsconfig.node.json | | template-vue-ts | tsconfig.app.json | tsconfig.app.json | | template-vue-ts | tsconfig.node.json | tsconfig.node.json |
Development
fnm install && fnm use && node --version && npm --versionnpm installnpm run lintnpm run formatDelete the following top-level options (if necessary):
"files""include""exclude""references"
template-qwik-ts
npm create [email protected] qwik-template -- --template qwik-tscd qwik-template && npm installnpx tsc --project tsconfig.app.json --showConfig > ../qwik/tsconfig.app.jsonnpx tsc --project tsconfig.node.json --showConfig > ../qwik/tsconfig.node.jsoncd ..template-react-ts
npm create [email protected] react-template -- --template react-tscd react-template && npm installnpx tsc --project tsconfig.app.json --showConfig > ../react/tsconfig.app.jsonnpx tsc --project tsconfig.node.json --showConfig > ../react/tsconfig.node.jsoncd ..template-solid-ts
npm create [email protected] solid-template -- --template solid-tscd solid-template && npm installnpx tsc --project tsconfig.app.json --showConfig > ../solid/tsconfig.app.jsonnpx tsc --project tsconfig.node.json --showConfig > ../solid/tsconfig.node.jsoncd ..template-vue-ts
npm create [email protected] vue-template -- --template vue-tscd vue-template && npm installnpx tsc --project tsconfig.app.json --showConfig > ../vue/tsconfig.app.jsonnpx tsc --project tsconfig.node.json --showConfig > ../vue/tsconfig.node.jsoncd ..Deployment
npm pack --dry-runnpm version patchnpm version minornpm version majorecho "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.
