Answers for "typecript 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
0

default gatsby typescript started

gatsby new gatsby-starter-default-typescript https://github.com/andykenward/gatsby-starter-default-typescriptCopyInstall command: copy code to clipboard
Posted by: Guest on June-12-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language