mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
f42336cf83
This PR moves the puppeteer source code into separate mono-repo packages: - `puppeteer` and `puppeteer-core` are now separated into their own packages. - `puppeteer-core` has a new exports called `puppeteer-core/internal` for internal usage. Tests and various tools have been updated to accommodate the migration.
48 lines
937 B
JSON
48 lines
937 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
|
"mainEntryPointFilePath": "<projectFolder>/lib/esm/puppeteer/types.d.ts",
|
|
"bundledPackages": [],
|
|
|
|
"apiReport": {
|
|
"enabled": false
|
|
},
|
|
|
|
"docModel": {
|
|
"enabled": true,
|
|
"apiJsonFilePath": "<projectFolder>/../../docs/<unscopedPackageName>.api.json"
|
|
},
|
|
|
|
"dtsRollup": {
|
|
"enabled": true,
|
|
"untrimmedFilePath": "",
|
|
"alphaTrimmedFilePath": "lib/types.d.ts"
|
|
},
|
|
|
|
"tsdocMetadata": {
|
|
"enabled": false
|
|
},
|
|
|
|
"messages": {
|
|
"compilerMessageReporting": {
|
|
"default": {
|
|
"logLevel": "warning"
|
|
}
|
|
},
|
|
|
|
"extractorMessageReporting": {
|
|
"ae-internal-missing-underscore": {
|
|
"logLevel": "none"
|
|
},
|
|
"default": {
|
|
"logLevel": "warning"
|
|
}
|
|
},
|
|
|
|
"tsdocMessageReporting": {
|
|
"default": {
|
|
"logLevel": "warning"
|
|
}
|
|
}
|
|
}
|
|
}
|