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,