error: Expected a JavaScript or TypeScript module, but identified a Unknown module. Importing these types of modules is currently not supported.error: Expected a JavaScript or TypeScript module, but identified a Unknown module. Importing these types of modules is currently not supported. when I use css modules something like this: import styles from './Component.module.scss';import styles from './Component.module.scss';declare module '*.scss' { const asset: Record<string, string>; export default asset; }declare module '*.scss' { const asset: Record<string, string>; export default asset; } in different ways, including directly in the component file, but the result remained unchanged.Join the Discord to ask follow-up questions and connect with the community