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

# Feature: #101807 - Automatic inclusion of user TSconfig of extensions {#feature-101807-1693473782}

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

## Description {#description}

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

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

## Impact {#impact}

When a file is created, the user TSconfig is loaded automatically without a
custom registration, cached within the Core caches, and more
performant than the existing registration format. The old registration
format has been marked as deprecated, see
[Deprecated ExtensionManagementUtility::addUserTSConfig()](https://docs.typo3.org/permalink/changelog:deprecation-101807-1693474000)
for more details.
