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
|
README.md
|
||||||
tsconfig.json
|
tsconfig.json
|
||||||
experimental
|
experimental
|
||||||
|
|
||||||
|
# exclude types, see https://github.com/GoogleChrome/puppeteer/issues/3878
|
||||||
|
/index.d.ts
|
||||||
|
Loading…
Reference in New Issue
Block a user