let anyCount = 0; let typedSymbols = 0; let totalSymbols = 0; const missingTypes: string[] = []; const implicitAnyLines: number[] = [];
ts-screener --include "src/**/*.ts" --target-coverage 90 ts screener
# Install npm install -g ts-screener
import ts from 'typescript'; import glob from 'glob'; import readFileSync from 'fs'; import FileReport, ScreenerOptions, ScreenerReport from './types.js'; let anyCount = 0; let typedSymbols = 0;