From 065eb067f24efeb086f61038ead5ad77729ae817 Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Tue, 29 Mar 2022 23:32:55 +0000 Subject: [PATCH] fix: forgot typescript dep --- templates/azure-functions/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/azure-functions/package.json b/templates/azure-functions/package.json index a63cef80a82..00d4391c13f 100644 --- a/templates/azure-functions/package.json +++ b/templates/azure-functions/package.json @@ -19,6 +19,7 @@ "@types/react": "^17.0.24", "@types/react-dom": "^17.0.9", "eslint": "^8.11.0", - "npm-run-all": "^4.1.5" + "npm-run-all": "^4.1.5", + "typescript": "4.6.3" } } \ No newline at end of file