Template script to setup TypeScript development environment

This commit is contained in:
soulehshaikh99 2020-08-20 23:41:20 +05:30
parent 76be3f8e2e
commit e1d986cb6b

View File

@ -122,4 +122,4 @@ console.log("Converted to TypeScript.")
if (fs.existsSync(path.join(projectRoot, "node_modules"))) { if (fs.existsSync(path.join(projectRoot, "node_modules"))) {
console.log("\nYou will need to re-run your dependency manager to get started.") console.log("\nYou will need to re-run your dependency manager to get started.")
} }