/** @type {import('typescript')} */ // @ts-ignore export let ts = undefined; try { ts = (await import('typescript')).default; } catch {}