PhpStorm
 
Get PhpStorm
You are viewing the documentation for an earlier version of PhpStorm.

Code Inspection: Inconsistent tsconfig.json properties

Last modified: 21 March 2023

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.