728x90
반응형
Could not find a declaration file for module 'react'
react 는 typescript 를 요구한다.
해결법
npm install --save @types/react @types/react-dom
http://jeonghwan-kim.github.io/dev/2019/06/25/react-ts.html
반응형