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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ npm install rtp.js
71
71
72
72
## Note about TypeScript
73
73
74
-
**rtp.js** is written in TypeScript with `module: NodeNext`, meaning that TypeScript projects that want to import **rtp.js** using its exposed entry points (`rtp.js/packets` and `rtp.js/utils`) must have `moduleResolution`with value "node16", 'NodeNext" or "bundler" in their `tsconfig.json` file.
74
+
**rtp.js** is written in TypeScript with `module: NodeNext`, meaning that TypeScript projects that want to import **rtp.js** using its exposed entry points ("rtp.js/packets" and "rtp.js/utils") must have `moduleResolution`set to "node16", 'NodeNext" or "bundler" in their `tsconfig.json` file.
0 commit comments