mistykey/packages/shared/tsconfig.webworker.jsonc

11 lines
186 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./tsconfig.web.jsonc",
"compilerOptions": {
"lib": [
"ES2022",
"WebWorker",
"Webworker.Iterable"
]
}
}