From bedc5cf12ec55d98f8895c06080019917be6e25e Mon Sep 17 00:00:00 2001 From: Christian Kuhn <lolli@schwarzbu.ch> Date: Tue, 22 Aug 2017 20:51:42 +0200 Subject: [PATCH] [TASK] Update Build/tsconfig.json Executing 'npm run build-js' in Build/ directory reveals an update to tsconfig.json which has not been applied to core yet. Change-Id: Ida813943c3c8dc13059a707a9ea89954a14b3fd4 Resolves: #82173 Related: #81847 Releases: master Reviewed-on: https://review.typo3.org/53782 Tested-by: TYPO3com <no-reply@typo3.com> Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> Tested-by: Christian Kuhn <lolli@schwarzbu.ch> --- Build/tsconfig.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Build/tsconfig.json b/Build/tsconfig.json index b71c7a29da73..12ad7584ff93 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 -- GitLab