From d633ca9f8544c94cd245006623de3b8d68181700 Mon Sep 17 00:00:00 2001 From: Joseph Mearman Date: Sat, 4 May 2024 16:17:35 +0100 Subject: [PATCH] update install command for `@types/google-apps-script` (#999) --- docs/typescript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/typescript.md b/docs/typescript.md index eacc9e3c..59503a54 100644 --- a/docs/typescript.md +++ b/docs/typescript.md @@ -26,7 +26,7 @@ This quickstart guide describes how to create a TypeScript project from scratch. - `clasp -v` 1. Install TypeScript definitions for Apps Script in your project's folder. - - `npm i -S @types/google-apps-script` + - `npm i -D @types/google-apps-script` 1. Create a file called `tsconfig.json` to enable TypeScript features: