Inspectopedia
 
2024.3

Inconsistent tsconfig.json properties

Warning
Sanity
New
Last modified: 03 December 2024

Reports inconsistency of a paths, checkJs, or extends property in a tsconfig.json file.

The checkJs property requires allowJs.

The extends property should be a valid file reference.