@jtbennett/create-ts-project
Version:
Create TypeScript monorepos with project references, eslint, prettier, and jest configured and ready for development.
24 lines (21 loc) • 327 B
Plain Text
# If using yarn 2.x, remove these three lines to commit your dependencies to git.
.yarn/*
!.yarn/releases
!.yarn/plugins
_tmp
build
dist
lib
coverage
node_modules
*.tsBuildInfo
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
report.*.json