diff --git a/Build/tsconfig.json b/Build/tsconfig.json
index b71c7a29da735e04eb68fa840c4ace3eedb0b811..12ad7584ff9347cd23fc1aae1d74771b0a7a4888 100644
--- a/Build/tsconfig.json
+++ b/Build/tsconfig.json
@@ -42,10 +42,6 @@
                 "../typo3/sysext/form/Resources/Public/JavaScript/*",
                 "../typo3/sysext/form/Resources/Private/TypeScript/*"
             ],
-            "TYPO3/CMS/Frontend/*": [
-                "../typo3/sysext/frontend/Resources/Public/JavaScript/*",
-                "../typo3/sysext/frontend/Resources/Private/TypeScript/*"
-            ],
             "TYPO3/CMS/Impexp/*": [
                 "../typo3/sysext/impexp/Resources/Public/JavaScript/*",
                 "../typo3/sysext/impexp/Resources/Private/TypeScript/*"
@@ -125,4 +121,4 @@
         "../typo3/sysext/*/Resources/Private/TypeScript/**/*.ts",
         "../typo3/sysext/*/Tests/TypeScript/**/*.ts"
     ]
-}
+}
\ No newline at end of file