jaredpalmer / tsdx

Zero-config CLI for TypeScript package development
https://tsdx.io
MIT License
11.21k stars 505 forks source link

add @microsoft/api-extractor support #1026

Open Jogiter opened 3 years ago

Jogiter commented 3 years ago

Current Behavior

tsdx makes it easy to write a ts-lib. you may encounter issues such as...

Desired Behavior

API Extractor provides an integrated, professional-quality solution for all these problems. It is invoked at build time by your toolchain and leverages the TypeScript compiler engine

Suggested Solution

import api-extractor to helps you build better TypeScript library packages

Who does this impact? Who is this for?

TypeScript users

Describe alternatives you've considered

i saw vite is using api-extractor. after i tried in my-own lib, i can`t help adding it to my-lib generated by tsdx. hopefully to add api-extractor into tsdx as a default devDependencies

Additional context