mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: Introduce API Extractor and start generating documentation (#5967)
This commit is contained in:
@@ -5,7 +5,9 @@
|
||||
"outDir": "./lib",
|
||||
"target": "ESNext",
|
||||
"moduleResolution": "node",
|
||||
"module": "CommonJS"
|
||||
"module": "CommonJS",
|
||||
"declaration": true,
|
||||
"declarationMap": true
|
||||
},
|
||||
"include": [
|
||||
"src"
|
||||
|
||||
Reference in New Issue
Block a user