From a89e17a3904cce8b7c9a70519e275fe9364526ae Mon Sep 17 00:00:00 2001 From: Vendicated Date: Sun, 9 Oct 2022 22:58:08 +0200 Subject: Make typescript happy, tsc test run in CI --- src/globals.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/globals.d.ts') diff --git a/src/globals.d.ts b/src/globals.d.ts index 8c5ee10..4320e1c 100644 --- a/src/globals.d.ts +++ b/src/globals.d.ts @@ -12,7 +12,7 @@ declare global { push(chunk: any): any; pop(): any; }; - [k: PropertyKey]: any; + [k: string]: any; } } -- cgit