Add 'webworker' lib into the TypeScript's compilerOptions
This commit is contained in:
@@ -6,7 +6,6 @@ import {VERSION} from '../util';
|
||||
|
||||
onmessage = event => {
|
||||
console.log('version worker received message:', event.data); // eslint-disable-line
|
||||
// @ts-ignore
|
||||
postMessage(`version: ${VERSION}`);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user