From b68ad00c8990dc697d8c8fe61a2807814bff2c87 Mon Sep 17 00:00:00 2001 From: georgewrmarshall Date: Tue, 30 Jan 2024 16:34:38 -0800 Subject: [PATCH] aligning tsconfig with module template --- tsconfig.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 2ab78f15..195b335d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,5 @@ { "compilerOptions": { - "resolveJsonModule": true, - "jsx": "react", "esModuleInterop": true, "exactOptionalPropertyTypes": true, "forceConsistentCasingInFileNames": true,