barkey/packages/frontend-embed/src/workers/tsconfig.json

6 lines
85 B
JSON

{
"compilerOptions": {
"lib": ["esnext", "webworker"],
"incremental": true
}
}