Skip to content

Instantly share code, notes, and snippets.

@so1ve
Created August 29, 2022 06:29
Show Gist options
  • Save so1ve/2686eee51c0a4fb7ffc3523db6f6cd77 to your computer and use it in GitHub Desktop.
Save so1ve/2686eee51c0a4fb7ffc3523db6f6cd77 to your computer and use it in GitHub Desktop.
TSConfig for web workers
{
"extends": "./tsconfig.json",
"compilerOptions": {
"lib": [
"WebWorker"
]
},
"include": [
"*.worker.ts"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment