Skip to content

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