📌  相关文章
📜  在 gatsby 中安装 typescript - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:57.997000             🧑  作者: Mango

代码示例1
yarn add gatsby-plugin-typescript
yarn add typescript --dev

# npm

npm i gatsby-plugin-typescript 
npm i typescript --save-dev