Remove baseurl to prevent theme import issue

Nate Butler created

Change summary

styles/tsconfig.json | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

Detailed changes

styles/tsconfig.json 🔗

@@ -21,8 +21,7 @@
         "experimentalDecorators": true,
         "strictPropertyInitialization": false,
         "skipLibCheck": true,
-        "useUnknownInCatchVariables": false,
-        "baseUrl": "."
+        "useUnknownInCatchVariables": false
     },
     "exclude": [
         "node_modules"