Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
export function getTsConfig(project) { return tsconfig.load(project); }
Resole and parse `tsconfig.json`, replicating to TypeScript's behaviour