Recently, I made the decision to implement strict: true
in the tsconfig.json
file of a sizable project. As I work my way through each individual file resolving the resulting issues, I've encountered a dilemma. I need to actually view the website while making these adjustments, but due to the numerous issues that still need fixing, the project won't build.
Is there a way to apply the strict
compiler option only to specific files, such as the ones I have already fixed, allowing me to successfully build the project and check for any potential issues?