This project demonstrates a problem with api-extractor.
My objective is the following:
- I have a Typescript file which defines a basic API.
- I want this file to be used for generating a declarations TS file (
.d.ts
file). - I don't want to generate actual JS files as those are not relevant.
- Use the
.d.ts
file to generate markdown docs for my API.
The source file is in the ts-project
directory, so I tell tsc
: