From 81f89e924b85f2e64a0b8dc338db76e410346d46 Mon Sep 17 00:00:00 2001 From: Alan North Date: Sun, 19 May 2024 17:34:52 -0300 Subject: [PATCH] build: temporary workaround for typescript errors --- tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index b0284e9..0f779a7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,6 +4,8 @@ // https://github.com/AlansCodeLog/tsconfigs "extends": "@alanscodelog/tsconfigs", "compilerOptions": { + // todo, temp + "noUncheckedIndexedAccess": false, "outDir": "dist", // "types": [ /* "node" */