From f99f52e71af57c926b552fd8af31ab61182cfd5f Mon Sep 17 00:00:00 2001 From: Emmie Maeda Date: Sun, 7 Jul 2024 01:21:08 -0400 Subject: [PATCH] Modify tsconfig.json for dependency updates. --- framerail/tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/framerail/tsconfig.json b/framerail/tsconfig.json index 794b95b642..1c924b0e9f 100644 --- a/framerail/tsconfig.json +++ b/framerail/tsconfig.json @@ -5,6 +5,8 @@ "checkJs": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, + "ignoreDeprecations": "5.0", + "verbatimModuleSyntax": true, "resolveJsonModule": true, "skipLibCheck": true, "sourceMap": true,