Fixed all typescript errors
diff --git a/tsconfig.json b/tsconfig.json
index 7e6abdc..a67284d 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -11,7 +11,8 @@
         "resolveJsonModule": true,
         "moduleResolution": "NodeNext",
         "skipLibCheck": true,
-        "noImplicitReturns": false
+        "noImplicitReturns": false,
+        "ignoreDeprecations": "5.0"
     },
     "include": ["src/**/*", "src/index.d.ts"],
     "exclude": ["src/Unfinished/**/*"]