You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constbaseDirectory=baseUrl??Debug.checkDefined(pathsBasePath||state.host.getCurrentDirectory?.(),"Encountered 'paths' without a 'baseUrl', config file, or host 'getCurrentDirectory'.");
799
+
constbaseDirectory=getPathsBasePath(state.compilerOptions,state.host)!;// Always defined when 'paths' is defined
returnoptions.baseUrl??Debug.checkDefined(options.pathsBasePath||host.getCurrentDirectory?.(),"Encountered 'paths' without a 'baseUrl', config file, or host 'getCurrentDirectory'.");
0 commit comments