As of typescript 5.0, typescript added allowImportingTsExtensions and then leaves the .ts extension in the .d.ts file. Because of this tsc-alias is not finding the .d.ts files when it tries to verify the file exists before replacing the alias.
Will submit PR for this shortly. Handling same way as .js/.json