Skip to content

Commit 7df6be6

Browse files
committed
fix ts error
1 parent c2ba9b0 commit 7df6be6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/sync-calendar/src/main.ts

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
export {};
2+
13
function main() {
24
// スプレッドシートのIDとシート名を設定
35
const spreadsheetId = "1-Hy-8r_Qoruq_LwpIg1Uxwn0mlixL_X40wXXgW3RHCA";
@@ -73,3 +75,6 @@ function main() {
7375
}
7476
}
7577
}
78+
79+
declare const global: Record<string, () => void>;
80+
global.main = main;

0 commit comments

Comments
 (0)