See also: #316 #317 #212 In v17.10.0 we updated to ts@5.5, which caused the [`Configs`](https://github.com/eslint-community/eslint-plugin-n/blob/master/lib/index.js#L8-L18) type to not get generated in the output. <details> <summary>Typescript 5.5 generated types:</summary>  </details> <details> <summary>Typescript 5.4 generated types:</summary>  </details> This is bad because we did not notice in the tests that the Configs were missing! We should implement tests to check the output types to ensure they're at least valid. (eg #212)