summaryrefslogtreecommitdiff
path: root/packages/frontend-embed/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/frontend-embed/tsconfig.json')
-rw-r--r--packages/frontend-embed/tsconfig.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/frontend-embed/tsconfig.json b/packages/frontend-embed/tsconfig.json
index 63e637c844..6694a90716 100644
--- a/packages/frontend-embed/tsconfig.json
+++ b/packages/frontend-embed/tsconfig.json
@@ -22,7 +22,6 @@
"isolatedModules": true,
"useDefineForClassFields": true,
"verbatimModuleSyntax": true,
- "baseUrl": ".",
"paths": {
"@/*": ["./src/*"],
"@@/*": ["../frontend-shared/*"]