Skip to content
Snippets Groups Projects
Commit bedc5cf1 authored by Christian Kuhn's avatar Christian Kuhn
Browse files

[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: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 15819601
Branches
Tags
No related merge requests found
......@@ -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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment