I noticed today that one of the forceConsistentCasingInFileNames isn't included in strictest.tsconfig.json even though I value it being implemented in the compiler to prevent cross platform behavior changes.
I do see that forceConsistentCasingInFileNames is true by default in tsc.
Does this mean that the configs in this repository and specifically strictest.tsconfig.json only include values that aren't default behavior?
Is there a reason forceConsistentCasingInFileNames: true should or should not be added to strictest.tsconfig.json?