- I see that TYPO3 CMS 8.7 now supports
.typoscript
files extension for all typoscript files... but what about TsConfig files? Should tsconfig files all have a.tsconfig
or.typoscript
file extension? I saw the polls but not official docs on what to do with tsconfig files? - What typoscript and tsconfig files get automatically included in my custom extension? Do all
Configuration/TypoScript/*
andConfiguration/TsConfig/*
get added? If not, is it just a subset of all files like justTypoScript/setup.typoscript
,TypoScript/constants.typoscript
,TsConfig/Configuration.typoscript
?
Ultimately I'm wanting to automate the inclusion of setup and constants TS plus PageTS config in TYPO3 as we migrate to using DDEV.