Skip to content

Commit aebbfde

Browse files
committed
update typings worker typescript
1 parent 6f20be8 commit aebbfde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/code-editor/src/lib/workers/typings-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This worker resolves typings (.d.ts files) for the given list of dependencies.
22

33
self.importScripts([
4-
'https://cdnjs.cloudflare.com/ajax/libs/typescript/2.8.3/typescript.min.js'
4+
'https://cdnjs.cloudflare.com/ajax/libs/typescript/4.9.5/typescript.min.js'
55
]);
66

77
const PACKAGES_SOURCE = 'https://unpkg.com';

0 commit comments

Comments
 (0)