File size: 435 Bytes
8c741f6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "extends": "../../config/api-extractor.json",
  "mainEntryPointFilePath": "<projectFolder>/dist/src/index.d.ts",
  "apiReport": {
    "reportFileName": "<unscopedPackageName>.api.md"
  },
  "dtsRollup": {
    "enabled": true,
    "untrimmedFilePath": "<projectFolder>/dist/<unscopedPackageName>.d.ts"
  },
  "docModel": {
    "enabled": true,
    "apiJsonFilePath": "<projectFolder>/temp/main/<unscopedPackageName>.api.json"
  }
}