Skip to content

Commit bff76a2

Browse files
committed
remove build step, use /** doc-style comments */
1 parent 53c7603 commit bff76a2

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

fix-optional-dep-types.sh

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/StreamVideoClient.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ import { VideoApi } from './gen/video/VideoApi';
22
import { StreamCall } from './StreamCall';
33
import type { StreamClient } from './StreamClient';
44
import type { ApiConfig } from './types';
5+
// eslint-disable-next-line @typescript-eslint/prefer-ts-expect-error
6+
/** @ts-ignore Optional dependency */
57
import type {
68
createRealtimeClient,
79
RealtimeAPIModel,

0 commit comments

Comments
 (0)