ddurschlag
ddurschlag
This is caused by tsconfig-paths treating the "main" property as a filepath -- it isn't, it's a module (the docs do say this, though only in passing). So the module-hunting...
Still an issue.
> Wanna send a PR? Sure! What behavior would you like? I could swap the presets and options so that presets always win, I could specifically pull rootDir from presets...
Also seeing this. Is it an issue in cpptools or in the MIEngine? The exception looks like a .Net one, so I assumed MIEngine, but I see no issue filed...
I don't think the syntax changes are needed, but the better alias inference would be great. Here's a minimal example (notably, this has no usage of libraries like io-ts): ```...