mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
fix(types): disable shipping our own d.ts file (#3882)
It looks like this was a breaking change for people using DefinitelyTyped's definitions. Let's revert, and revisit it for 2.0 References #3878, #2079
This commit is contained in:
parent
718cdf123e
commit
23b74650a3
@ -34,3 +34,6 @@ yarn.lock
|
||||
README.md
|
||||
tsconfig.json
|
||||
experimental
|
||||
|
||||
# exclude types, see https://github.com/GoogleChrome/puppeteer/issues/3878
|
||||
/index.d.ts
|
||||
|
Loading…
Reference in New Issue
Block a user