From e1d986cb6bc318515e2fc7549cbf16c6efaf3e34 Mon Sep 17 00:00:00 2001 From: soulehshaikh99 Date: Thu, 20 Aug 2020 23:41:20 +0530 Subject: [PATCH] :zap: Template script to setup TypeScript development environment --- scripts/setupTypeScript.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setupTypeScript.js b/scripts/setupTypeScript.js index 3855f53..964d55b 100644 --- a/scripts/setupTypeScript.js +++ b/scripts/setupTypeScript.js @@ -122,4 +122,4 @@ console.log("Converted to TypeScript.") if (fs.existsSync(path.join(projectRoot, "node_modules"))) { console.log("\nYou will need to re-run your dependency manager to get started.") -} +} \ No newline at end of file