Skip to content

Commit

Permalink
update typings worker typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika committed Sep 20, 2023
1 parent 6f20be8 commit aebbfde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/code-editor/src/lib/workers/typings-worker.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// This worker resolves typings (.d.ts files) for the given list of dependencies.

self.importScripts([
'https://cdnjs.cloudflare.com/ajax/libs/typescript/2.8.3/typescript.min.js'
'https://cdnjs.cloudflare.com/ajax/libs/typescript/4.9.5/typescript.min.js'
]);

const PACKAGES_SOURCE = 'https://unpkg.com';
Expand Down

0 comments on commit aebbfde

Please sign in to comment.