microsoft / kiota-typescript

TypeScript libraries for Kiota-generated API clients.
https://aka.ms/kiota/docs
MIT License
32 stars 25 forks source link

Feature/add tsc alias #1223

Closed koros closed 3 weeks ago

koros commented 3 weeks ago

Use tsc alias to add .js file extension to the ES bundled files to avoid import error when trying to use kiota in JavaScript environment

koros commented 3 weeks ago

Replaced by: https://github.com/microsoft/kiota-typescript/pull/1225