UNPKG

@jtbennett/create-ts-project

Version:

Create TypeScript monorepos with project references, eslint, prettier, and jest configured and ready for development.

25 lines (13 loc) 916 B
# Welcome to your Typescript project This project was created with [Create Typescript Project](https://github.com/jtbennett/create-ts-project). [Get started](https://github.com/jtbennett/create-ts-project#create-a-project). ## How do I change...? Everything should "just work" out of the box. But if you want to change something, here's where to find it. - TypeScript compileOptions: [`./config/tsconfig.node.json`](./config/tsconfig.node.json) - Jest config: `./package.json` within each package. - ESLint rules: [`./eslintrc.js`](./eslintrc.js) - VS Code - Settings: [`./.vscode/settings.json`](./.vscode/settings.json) - Extension recommendations: [`./.vscode/extensions.json`](./.vscode/extensions.json) - CI build and package publishing process: [`./.github/workflows/build.yml`](./.github/workflows/build.yml) - Prettier config: [`./package.json`](./package.json) (Really? Please don't. :wink:)