Skip to content

Commit

Permalink
update install command for @types/google-apps-script (#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mearman authored May 4, 2024
1 parent 11e4102 commit d633ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit d633ca9

Please sign in to comment.