Using the dev server from engine.service-web, when creating a styles.module.css file and then importing it import styles from './styles.module.css in a .tsx file does not immediately generate the definition files.
To create the definition file a restart of the service is required.
Expected behaviour: it should generate the styles.modules.d.ts immediately on import.