scss에러1 (React with Typescript) module not found 'sass' 에러 해결, scss 사용법 간단 포스팅 상황 : scss 사용하려 했는데, module not found 에러 뜸 해결: > src 폴더 아래 global.d.ts 파일 생성 > 아래 코드 파일안에 복붙 src/global.d.ts declare module "*.module.scss" { const classes: { [key: string]: string }; export default classes; } > 서버 종료 후, npm run start로 다시 시작. 2022. 10. 27. 이전 1 다음