From 56ca23c9ed6a6869ca26ef0f2d5ebdf5a7c731e6 Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Sat, 2 Sep 2023 22:24:39 -0500 Subject: [PATCH] Remove unneeded baseUrl from tsconfig --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 411f44281..d84129088 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,6 @@ "target": "ES2018", "jsx": "react", "experimentalDecorators": true, - "baseUrl": "./", "lib": ["dom", "ES2018"], "paths": { "*": [ "./types/*"], "@rails/activestorage": ["./types/rails__activestorage"] }, "typeRoots" : [