cli: set skipLibCheck for api extractor

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-01-16 11:14:26 +01:00
parent 2b27e49eb1
commit 26cd3e2d01
@@ -96,6 +96,7 @@ export async function buildTypeDefinitions() {
bundledPackages: [],
compiler: {
skipLibCheck: true,
tsconfigFilePath: paths.resolveTargetRoot('tsconfig.json'),
},