@ -24,7 +24,7 @@ self.MonacoEnvironment = {
if (label === 'html') {
return './html.worker.bundle.js';
}
if (label === 'typescript') {
if (label === 'typescript' || label === 'javascript') {
return './ts.worker.bundle.js';
return './editor.worker.bundle.js';