diff --git a/tsconfig.base.json b/tsconfig.base.json index abbd4fe..a1f3b2d 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["ESNext"], "target": "ESNext", - "module": "ESNext" + "module": "ESNext", + "ignoreDeprecations": "5.0" } -} \ No newline at end of file +}