Add typescript

This commit is contained in:
Daniel Kluge 2021-12-30 19:09:36 +01:00
parent 1120c61167
commit a4ad729580
2 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@ module.exports = {
siteUrl: "https://www.yourdomain.tld",
title: "infoscreen_gatsby",
},
plugins: [],
plugins: ["gatsby-plugin-typescript"],
};