Skip to content

Instantly share code, notes, and snippets.

@koga1020
Last active September 29, 2020 03:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koga1020/3cc6ae08003aedef81a643ea4579613e to your computer and use it in GitHub Desktop.
Save koga1020/3cc6ae08003aedef81a643ea4579613e to your computer and use it in GitHub Desktop.
npm i -S @types/google-apps-script
cat <<EOF > tsconfig.json
{
"compilerOptions": {
"lib": ["es2019"],
"experimentalDecorators": true
}
}
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment