From 1456b62b119d9127e2203ebada50d835cf777ee0 Mon Sep 17 00:00:00 2001 From: JAM-PARK Date: Sat, 2 Nov 2024 17:13:20 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20jest.config.ts=20?= =?UTF-8?q?=ED=83=80=EC=9E=85=20=EC=97=90=EB=9F=AC=20=F0=9F=91=89=EF=B8=8F?= =?UTF-8?q?=20strict=20=EC=98=B5=EC=85=98=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - pnpm run test 👉️ jest.config.ts 👉️ TypeError: value.replace is not a function --- apps/reaction-speed-test/tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/reaction-speed-test/tsconfig.json b/apps/reaction-speed-test/tsconfig.json index fe19b4f..e2d3875 100644 --- a/apps/reaction-speed-test/tsconfig.json +++ b/apps/reaction-speed-test/tsconfig.json @@ -1,7 +1,6 @@ { - "extends": ["@infinite-loop-factory/config-typescript/native.json"], + "extends": "@infinite-loop-factory/config-typescript/native.json", "compilerOptions": { - "strict": true, "jsx": "preserve", "paths": { "@/*": ["./*"]