Answers for "install typescript in gatsby"

1

install typescript in gatsby

yarn add gatsby-plugin-typescript
yarn add typescript --dev

# npm

npm i gatsby-plugin-typescript 
npm i typescript --save-dev
Posted by: Guest on August-31-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language