Created
August 29, 2022 06:29
-
-
Save so1ve/2686eee51c0a4fb7ffc3523db6f6cd77 to your computer and use it in GitHub Desktop.
TSConfig for web workers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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