---
title: "Feature: #96614 - Automatic inclusion of page TSconfig of extensions"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-96614"
source: "Changelog/12.0/Feature-96614-AutomaticInclusionOfPageTsConfigOfExtensions.rst"
typo3-version: "12.0"
typo3-major: 12
type: "feature"
issue: 96614
forge: "https://forge.typo3.org/issues/96614"
tags: ["TSConfig", "ext:core"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Feature: #96614 - Automatic inclusion of page TSconfig of extensions {#feature-96614}

See [forge#96614](https://forge.typo3.org/issues/96614)

## Description {#description}

Extension authors can now put a file named
`Configuration/page.tsconfig` in their extension folder.

This file is then recognized to load the contents as global page TSconfig
for the whole TYPO3 installation during build-time. This is much
more performant than the existing solution to use
`ExtensionManagementUtility::addPageTSConfig()` in
`ext_localconf.php`, which is added to
`$TYPO3_CONF_VARS[SYS][defaultPageTSconfig]` during runtime.

## Impact {#impact}

When a file is created, the page TSconfig is loaded automatically without a
custom registration anymore, and cached within the Core caches, and more
performant than the existing registration format.
