Skip to main content

Command Palette

Search for a command to run...

Using Typescript

Updated
1 min read
B

A fledgling engineer dabbling into areas of DevOps, AWS and automation. I enjoy tinkering with technology frameworks and tools to understand and gain visibility in the underlying mechanisms of the "magic" in them.

In the progress of accumulating nuggets of wisdom in the different software engineering disciplines!

This is not an actual article, but a part of the output from the article Experiment 1 - Importing Gatsby to Hashnode?

This means that you can create and write .ts/.tsx files for your pages, components etc. Please note that the gatsby-*.js files (like gatsby-node.js) currently don't support TypeScript yet.

For type checking you'll want to install typescript via npm and run tsc --init to create a tsconfig file.

You're currently on the page "/*" which was built on 2022-03-20 04:45 pm UTC.

To learn more, head over to our documentation about TypeScript.

Go back to the homepage

Troubleshooting/Tinkering

Part 9 of 11

In this series, I will pick random RFAs to tinker and share my learnings along the way. Doing this series for "just because" and curiosity 🛠 Along with troubleshooting-related articles

Up next

Resolve SSH Connection Problems on MacBook

Unable to SSH into AWS EC2 instance via Macbook