voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
16 lines (15 loc) • 402 B
JSON
{
"extends": "../../config/api-extractor.json",
// Point it to your entry point d.ts file.
"mainEntryPointFilePath": "<projectFolder>/dist/index.d.ts",
"additionalEntryPoints": [{
"modulePath": "sw",
"filePath": "<projectFolder>/dist/index.sw.d.ts"
}],
"dtsRollup": {
/**
* rollup is not supported when multiple entry points are present
*/
"enabled": false
}
}