1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-30 00:34:35 +02:00
Files
misskey/packages/frontend/src/workers/tsconfig.json
2023-05-06 16:24:49 +00:00

6 lines
63 B
JSON

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