diff --git a/packages/frontend/src/workers/tsconfig.json b/packages/frontend/src/workers/tsconfig.json index 304d02d046..8ee8930465 100644 --- a/packages/frontend/src/workers/tsconfig.json +++ b/packages/frontend/src/workers/tsconfig.json @@ -1,6 +1,4 @@ - { - "extends": "../tsconfig.json", "compilerOptions": { "lib": ["esnext", "webworker"], }