@worldware/msg-cli
    Preparing search index...

    Function addTsconfigPaths

    • Reads tsconfig.json, adds baseUrl and paths for #i18n/, #l10n/, #root/*, and writes it back. Merges into existing compilerOptions.paths and compilerOptions.baseUrl if present.

      Parameters

      • tsconfigPath: string

        Absolute path to tsconfig.json

      • i18nDir: string

        Relative i18n path

      • l10nDir: string

        Relative l10n path

      Returns void