From 4fd5a2d78fb33d1a7ce976d46477a09dd4a0723d Mon Sep 17 00:00:00 2001 From: hi-se <40375981+hi-se@users.noreply.github.com> Date: Mon, 10 Jun 2024 14:51:21 +0900 Subject: [PATCH] chore: Update import statement for app.js in index.ts --- src/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index dd7e1f9..30573a9 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,5 @@ -import { main } from "./app"; +/* eslint-disable @typescript-eslint/no-unsafe-member-access */ +import { main } from "./app.js"; /** * @file GASエディタから実行できる関数を定義する