c9bf7ded2e
BREAKING CHANGE: Internal APIs are now excluded from type decalrations.
8 lines
215 B
JSON
8 lines
215 B
JSON
{
|
|
"extends": "../../api-extractor.json",
|
|
"mainEntryPointFilePath": "./dist/packages/<unscopedPackageName>/src/index.d.ts",
|
|
"dtsRollup": {
|
|
"publicTrimmedFilePath": "./dist/<unscopedPackageName>.d.ts"
|
|
}
|
|
}
|