From 597d945a5098cf06dad8f9c0d06eb280fb2916d2 Mon Sep 17 00:00:00 2001 From: "Kazuki.Dev" Date: Sun, 29 Jan 2023 21:28:24 +0900 Subject: [PATCH] Update: @types/google-apps-script for Deno --- deno.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deno.jsonc b/deno.jsonc index ceedd29..b0076ea 100644 --- a/deno.jsonc +++ b/deno.jsonc @@ -33,8 +33,8 @@ }, "compilerOptions": { "types": [ - // https://github.com/proudust/deno-gas-types - "https://raw.githubusercontent.com/proudust/deno-gas-types/main/types/index.d.ts" + // https://github.com/Kazuki-tam/deno-gas-types + "https://raw.githubusercontent.com/Kazuki-tam/deno-gas-types/main/types/index.d.ts" ] } }