From 69e14c93d7d63a837b85d9db107ced7edf60f667 Mon Sep 17 00:00:00 2001 From: jasquat Date: Fri, 30 Dec 2022 15:35:16 -0500 Subject: [PATCH] do not set baseUrl since it breaks auto-import and is not used otherwise w/ burnettk --- spiffworkflow-frontend/tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/spiffworkflow-frontend/tsconfig.json b/spiffworkflow-frontend/tsconfig.json index f3d7e4a42..87997abad 100644 --- a/spiffworkflow-frontend/tsconfig.json +++ b/spiffworkflow-frontend/tsconfig.json @@ -1,6 +1,5 @@ { "compilerOptions": { - "baseUrl": ".", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "jsx": "react-jsx",