diff options
Diffstat (limited to 'packages/frontend-embed/src/workers/tsconfig.json')
| -rw-r--r-- | packages/frontend-embed/src/workers/tsconfig.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/frontend-embed/src/workers/tsconfig.json b/packages/frontend-embed/src/workers/tsconfig.json new file mode 100644 index 0000000000..8ee8930465 --- /dev/null +++ b/packages/frontend-embed/src/workers/tsconfig.json @@ -0,0 +1,5 @@ +{ + "compilerOptions": { + "lib": ["esnext", "webworker"], + } +} |