diff options
Diffstat (limited to 'packages/frontend-shared/tsconfig.json')
| -rw-r--r-- | packages/frontend-shared/tsconfig.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/frontend-shared/tsconfig.json b/packages/frontend-shared/tsconfig.json index 12f00eb503..6b1804a0fc 100644 --- a/packages/frontend-shared/tsconfig.json +++ b/packages/frontend-shared/tsconfig.json @@ -17,7 +17,6 @@ "noImplicitReturns": true, "esModuleInterop": true, "verbatimModuleSyntax": true, - "baseUrl": ".", "paths": { "@/*": ["./*"], "@@/*": ["./*"] |