mistykey/packages/shared/jsconfig.webworker.json
2025-11-05 19:40:49 -05:00

11 lines
185 B
JSON

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