The authProviderOptions/ folders contains barrels for exporting Authentication Provider options such as MSAL and Azure Identity Token Credentials.
tsconfig-sub-cjs.json and tsconfig-sub-cjs.json contains the config for transpiling the files to authProviders/ output folder.
This approach is used because of the limitations of creating a submodule structure - References - microsoft/TypeScript#8305 microsoft/TypeScript#33079