From 489b512f4b538e37ee633f48e29e713fedbe7934 Mon Sep 17 00:00:00 2001 From: Yulong Wang <7679871+fs-eire@users.noreply.github.com> Date: Mon, 9 Oct 2023 15:17:03 -0700 Subject: [PATCH] remove "verbatimModuleSyntax" --- js/react_native/tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/js/react_native/tsconfig.json b/js/react_native/tsconfig.json index 5d12790371a73..2817d5512a186 100644 --- a/js/react_native/tsconfig.json +++ b/js/react_native/tsconfig.json @@ -22,7 +22,6 @@ "skipLibCheck": true, "strict": true, "target": "esnext", - "verbatimModuleSyntax": true, "newLine": "LF" } }