Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add the new useDefineForClassFields flag
  • Loading branch information
sindresorhus committed Nov 7, 2019
1 parent 2df539c commit 8c54098
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Expand Up @@ -18,6 +18,7 @@
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"noEmitOnError": true,
"useDefineForClassFields": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true
}
Expand Down

0 comments on commit 8c54098

Please sign in to comment.