summaryrefslogtreecommitdiff
path: root/packages/sw/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/sw/tsconfig.json')
-rw-r--r--packages/sw/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/sw/tsconfig.json b/packages/sw/tsconfig.json
index 2712475a37..9732a438ce 100644
--- a/packages/sw/tsconfig.json
+++ b/packages/sw/tsconfig.json
@@ -19,7 +19,6 @@
"experimentalDecorators": true,
"resolveJsonModule": true,
"isolatedModules": true,
- "baseUrl": ".",
"paths": {
"@/*": ["./src/*"],
"@@/*": ["../frontend-shared/*"]
@@ -28,6 +27,7 @@
"./node_modules/@types",
"./src/@types"
],
+ "libReplacement": true,
"lib": [
"esnext",
"webworker"