mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: migrate away from Node's EventEmitter (#5979)
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
"moduleResolution": "node",
|
||||
"module": "CommonJS",
|
||||
"declaration": true,
|
||||
"declarationMap": true
|
||||
"declarationMap": true,
|
||||
"esModuleInterop": true
|
||||
},
|
||||
"include": [
|
||||
"src"
|
||||
|
||||
Reference in New Issue
Block a user