Skip to content

Commit 8cc2e36

Browse files
committed
Fixing macos builds.
1 parent 2c1a27d commit 8cc2e36

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"@types/nock": "^11.1.0",
8686
"@types/node": "^20.12.12",
8787
"@types/uuid": "^9.0.8",
88-
"@types/webrtc": "^0.0.43",
88+
"@types/webrtc": "^0.0.46",
8989
"@types/ws": "^8.5.10",
9090
"@typescript-eslint/eslint-plugin": "^7.11.0",
9191
"@typescript-eslint/parser": "^7.11.0",

tsconfig.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"target": "ES2020", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */
1111
"module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
1212
"lib": [
13-
"es6",
14-
"dom",
15-
"ES2017"
13+
"ES2020",
14+
"DOM",
15+
"DOM.Iterable"
1616
], /* Specify library files to be included in the compilation. */
1717
"moduleResolution": "node",
1818
// "allowJs": true, /* Allow javascript files to be compiled. */
@@ -58,8 +58,7 @@
5858
"node",
5959
"jest",
6060
"lodash",
61-
"uuid",
62-
"webrtc"
61+
"uuid"
6362
], /* Type declaration files to be included in compilation. */
6463
// "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */
6564
"esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */

0 commit comments

Comments
 (0)