diff --git a/src/main/frontend/tsconfig.json b/src/main/frontend/tsconfig.json index b02f8c5e..aeca1c9a 100644 --- a/src/main/frontend/tsconfig.json +++ b/src/main/frontend/tsconfig.json @@ -17,7 +17,6 @@ "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "forceConsistentCasingInFileNames": true, - "baseUrl": ".", "paths": { "@/*": ["./src/*"] }