Skip to content

Apply recommended settings for tsconfig.json #11

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

NotFounds
Copy link
Owner

@NotFounds NotFounds commented Apr 10, 2023

Why

The following changes are being made to your tsconfig.json file:

  • compilerOptions.target to be suggested value: es5 (this can be changed)
  • compilerOptions.allowJs to be suggested value: true (this can be changed)
  • compilerOptions.skipLibCheck to be suggested value: true (this can be changed)
  • compilerOptions.strict to be suggested value: true (this can be changed)
  • compilerOptions.forceConsistentCasingInFileNames to be suggested value: true (this can be changed)
  • compilerOptions.resolveJsonModule must be true (to match webpack loader)
  • compilerOptions.isolatedModules must be true (implementation limitation)
  • compilerOptions.noEmit must be true

What

Applied recommended settings of tsconfig.json.

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.

1 participant