0.4.0 • Published 10 months ago

create-vite-tsconfigs v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

create-vite-tsconfigs

TSConfig files for projects created with create-vite.

Available TSConfig files

create-vite@5.5.2

TemplatePackage TSConfig fileSource TSConfig file
template-qwik-tstsconfig.app.jsontsconfig.app.json
template-qwik-tstsconfig.node.jsontsconfig.node.json
template-react-tstsconfig.app.jsontsconfig.app.json
template-react-tstsconfig.node.jsontsconfig.node.json
template-solid-tstsconfig.app.jsontsconfig.app.json
template-solid-tstsconfig.node.jsontsconfig.node.json
template-vue-tstsconfig.app.jsontsconfig.app.json
template-vue-tstsconfig.node.jsontsconfig.node.json

Development

fnm install && fnm use && node --version && npm --version
npm install
npm run lint
npm run format

Delete the following top-level options (if necessary):

  • "files"
  • "include"
  • "exclude"
  • "references"

template-qwik-ts

npm create vite@5.5.2 qwik-template -- --template qwik-ts
cd qwik-template && npm install
npx tsc --project tsconfig.app.json --showConfig > ../qwik/tsconfig.app.json
npx tsc --project tsconfig.node.json --showConfig > ../qwik/tsconfig.node.json
cd ..

template-react-ts

npm create vite@5.5.2 react-template -- --template react-ts
cd react-template && npm install
npx tsc --project tsconfig.app.json --showConfig > ../react/tsconfig.app.json
npx tsc --project tsconfig.node.json --showConfig > ../react/tsconfig.node.json
cd ..

template-solid-ts

npm create vite@5.5.2 solid-template -- --template solid-ts
cd solid-template && npm install
npx tsc --project tsconfig.app.json --showConfig > ../solid/tsconfig.app.json
npx tsc --project tsconfig.node.json --showConfig > ../solid/tsconfig.node.json
cd ..

template-vue-ts

npm create vite@5.5.2 vue-template -- --template vue-ts
cd vue-template && npm install
npx tsc --project tsconfig.app.json --showConfig > ../vue/tsconfig.app.json
npx tsc --project tsconfig.node.json --showConfig > ../vue/tsconfig.node.json
cd ..

Deployment

npm pack --dry-run
npm version patch
npm version minor
npm version major
echo "v$(npm pkg get version | tr -d \")" | pbcopy
npm login
npm publish
0.4.0

10 months ago

0.3.0

1 year ago

0.2.0

2 years ago

0.1.0

2 years ago