diff --git a/tsconfig.json b/tsconfig.json index cb25c34..2ce1c1b 100755 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "target": "es5", "lib": ["dom", "dom.iterable", "esnext"], + "ignoreDeprecations": "5.0", "allowJs": true, "skipLibCheck": true, "esModuleInterop": true,