You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,9 +46,10 @@ For version compatibility matrices, please refer to the following links:
46
46
47
47
#### Typescript Version
48
48
49
-
We recommend using the latest version of typescript, however we do provide a [downleveled](https://github.com/sandersn/downlevel-dts#readme) version of the type definitions that we test compiling against `[email protected]`.
49
+
We recommend using the latest version of typescript, however we currently ensure the driver's public types compile against `[email protected]`.
50
+
This is the lowest typescript version guaranteed to work with our driver: older versions may or may not work - use at your own risk.
50
51
Since typescript [does not restrict breaking changes to major versions](https://github.com/Microsoft/TypeScript/wiki/Breaking-Changes) we consider this support best effort.
51
-
If you run into any unexpected compiler failures please let us know and we will do our best to correct it.
52
+
If you run into any unexpected compiler failures against our supported TypeScript versions please let us know by filing an issue on our [JIRA](https://jira.mongodb.org/browse/NODE).
0 commit comments