Before:
```
node_modules/rn-fetch-blob/index.d.ts:147:43 - error TS2689: Cannot extend an interface 'EventTarget'. Did you mean 'implements'?
147 export declare class PolyfillBlob extends EventTarget {
~~~~~~~~~~~
error Command failed with exit code 1.
```
After:
```
✨ Done in 3.06s.
```
|
||
| 144 | 144 |
|
| 145 | 145 |
|
| 146 | 146 |
|
| 147 |
|
|
| 147 |
|
|
| 148 | 148 |
|
| 149 | 149 |
|
| 150 | 150 |
|