Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

develop branch - bug importing TsConfig #14

@kszymukowicz

Description

@kszymukowicz

On develop branch there is bug on importing TsConfig.
File ext_localconf.php

Wrong

       $pageTs = '@import \'FILE:EXT:' . $extensionName . '/Configuration/TsConfig/Page/All.tsconfig\'';

Should be

        $pageTs = '@import \'EXT:' . $extensionName . '/Configuration/TsConfig/Page/All.tsconfig\'';

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions