Bug Report
Current Behavior
In Configuration/page.tsconfig there is an import of EXT:cart/Configuration/TSconfig/ContentElementWizard.tsconfig, but this file does not exist. Therefore there is a Syntax scanner warning in the Page TSConfig Module.
Expected behavior/output
This file should not be imported if it does not exist.
Environment
- TYPO3 version(s): 13.4.19
- cart version: 11.5.0
- Is your TYPO3 installation set up with Composer (Composer Mode): yes
Possible Solution
Remove line 1 with the @import in the Configuration/page.tsconfig file.
Additional context
