Skip to content

Instantly share code, notes, and snippets.

@aramis-it
Last active May 4, 2022 01:45
Show Gist options
  • Save aramis-it/9e5b13b3349d54d841a00707a836cc68 to your computer and use it in GitHub Desktop.
Save aramis-it/9e5b13b3349d54d841a00707a836cc68 to your computer and use it in GitHub Desktop.
yarn 3 pnp CRA
  • yarn create react-app --template typescript
  • remove nodeLinker from .yarnrc.yml
  • yarn dlx @yarnpkg/sdks vscode
  • yarn plugin import typescript
  • import '@testing-library/jest-dom' in test file
  • "typeRoots": ["typing"] in tsconfig.json
  • remove eslint config in package.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment