Skip to content

Commit 274cf10

Browse files
committed
fix: disable reference lib=worker
see microsoft/TypeScript#20595
1 parent 172085d commit 274cf10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/json-rpc/workers/dummyservice.worker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// <reference lib="webworker" />
1+
/// the following is disabled: <reference lib="webworker" />
22

33
// for testing only
44

0 commit comments

Comments
 (0)