After intialize the typescript compiler API like this ...
const program = ts.createProgram(fileNames, options); const checker = program.getTypeChecker();