📚 Reference
JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements'
방법 1.
Ctrl + p > Developer: Reload Window
# or
ctrl + shift + p > Developer: Reload Window
ctrl + shift + p > Typescript: Restart TS Server
방법 2.
# yarn
yarn add --dev @types/react
# npm
npm install --dev @types/react
방법 3.
yarn dlx @yarnpkg/sdks vscode