From f34f685c8475c2b7f4d3a37271bc3e5a3582b5a8 Mon Sep 17 00:00:00 2001 From: Murderlon Date: Tue, 21 Oct 2025 11:18:03 +0200 Subject: [PATCH] example-react: fix tsconfig --- examples/react/tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/react/tsconfig.json b/examples/react/tsconfig.json index f17a78ed2..dd121b211 100644 --- a/examples/react/tsconfig.json +++ b/examples/react/tsconfig.json @@ -10,8 +10,8 @@ "strict": true, "forceConsistentCasingInFileNames": true, "allowImportingTsExtensions": true, - "module": "ESNext", - "moduleResolution": "Node", + "module": "preserve", + "moduleResolution": "bundler", "resolveJsonModule": true, "isolatedModules": true, "noEmit": true,