Update tsWorker.ts

This commit is contained in:
Orta Therox 2021-11-16 00:30:33 +00:00 committed by GitHub
parent 79f4a4cf75
commit 892c164a7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -496,4 +496,4 @@ export function create(ctx: worker.IWorkerContext, createData: ICreateData): Typ
}
/** Allows for clients to have access to the same version of TypeScript that the worker uses */
export const typescript = ts;
globalThis.ts = ts;