Hi Chris,
I'm using @typescript/native-preview (aka tsgo, ts v7) instead of tsc for type checking, and in that version, baseUrl is no longer valid:
error TS5102: Option 'baseUrl' has been removed. Please remove it from your configuration.
Use '"paths": {"*": ["./*"]}' instead.
12 "baseUrl": ".",
So I wonder if you could also check the paths config for that info, in case people have already migrated to the v7 syntax?
Thank you again.