commit | 96228bdb24b74f36d69a9ef079a1e2ce0f84bd64 | [log] [tgz] |
---|---|---|
author | pineafan <pineapplefanyt@gmail.com> | Tue Feb 21 14:22:55 2023 +0000 |
committer | pineafan <pineapplefanyt@gmail.com> | Tue Feb 21 14:22:55 2023 +0000 |
tree | 5836b6b2ce36a728c225d1097999d77c9a4d5e7c | |
parent | ff37b598d4e8826698ad38583810ee762913e4ef [diff] [blame] |
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/**/*"]