From d215b44ec5fecc6825c9338484c237737ec7deea Mon Sep 17 00:00:00 2001 From: Lilith Date: Thu, 19 Feb 2026 11:31:11 -0800 Subject: [PATCH] =?UTF-8?q?chore(truth-validation/client):=20=F0=9F=94=A7?= =?UTF-8?q?=20Update=20TypeScript=20compiler=20options=20in=20tsconfig.jso?= =?UTF-8?q?n=20for=20stricter=20mode=20and=20target=20compatibility?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/truth-validation/client/typescript/tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/truth-validation/client/typescript/tsconfig.json b/features/truth-validation/client/typescript/tsconfig.json index 97ef67756..dac6f24fc 100644 --- a/features/truth-validation/client/typescript/tsconfig.json +++ b/features/truth-validation/client/typescript/tsconfig.json @@ -1,8 +1,8 @@ { "compilerOptions": { "target": "ES2022", - "module": "nodenext", - "moduleResolution": "nodenext", + "module": "ESNext", + "moduleResolution": "bundler", "lib": [ "ES2022", "DOM"