microsoft/just

Typings issue with apiExtractorTask

acoates-ms opened this issue · 0 comments

../../node_modules/just-scripts/lib/tasks/apiExtractorTask.d.ts:2:36 - error TS2307: Cannot find module './api-extractor.d'.

2 import * as ApiExtractorTypes from './api-extractor.d';

@ecraig12345 added this in #336
The api-extractor.d.ts file is not part of the published package, so this import fails.

import * as ApiExtractorTypes from './api-extractor.d';