Skip to content

chore: format #535

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 24, 2022
Merged

chore: format #535

merged 1 commit into from
Jul 24, 2022

Conversation

filiptammergard
Copy link
Collaborator

No description provided.

@filiptammergard filiptammergard marked this pull request as ready for review July 24, 2022 05:51
@filiptammergard filiptammergard merged commit 09c7f1e into main Jul 24, 2022
@filiptammergard filiptammergard deleted the format branch July 24, 2022 05:51
@@ -2689,7 +2689,7 @@ Selected flags and why we like them:
- `strict`: `strictPropertyInitialization` forces you to initialize class properties or explicitly declare that they can be undefined. You can opt out of this with a definite assignment assertion.
- `"typeRoots": ["./typings", "./node_modules/@types"]`: By default, TypeScript looks in `node_modules/@types` and parent folders for third party type declarations. You may wish to override this default resolution so you can put all your global type declarations in a special `typings` folder.

Compilation speed grows linearly with size of codebase. For large projects, you will want to use [Project References](https://www.typescriptlang.org/docs/handbook/project-references.html). See our [ADVANCED](https://react-typescript-cheatsheet.netlify.app/docs/advanced/intro/) cheatsheet for commentary.
Compilation time grows linearly with size of codebase. For large projects, you will want to use [Project References](https://www.typescriptlang.org/docs/handbook/project-references.html). See our [ADVANCED](https://react-typescript-cheatsheet.netlify.app/docs/advanced/intro/) cheatsheet for commentary.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Compilation time grows linearly with size of codebase. For large projects, you want to use Project References. See our ADVANCED cheatsheet for commentary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants