Adding RXJS as a dependency in iframe-api-typings

Because some methods are returning Subjects, we need to import rxjs as a dependency of the package to have full typing available.
This commit is contained in:
David Négrier 2022-03-25 17:24:49 +01:00
parent 38847afebf
commit 987325e787

View File

@ -9,5 +9,8 @@
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"rxjs": "^6.6.3"
}
}