commit | 6702cefc3755bfe27a1687f03bea3bedc68da746 | [log] [tgz] |
---|---|---|
author | pineafan <pineapplefanyt@gmail.com> | Mon Jun 13 17:52:37 2022 +0100 |
committer | pineafan <pineapplefanyt@gmail.com> | Mon Jun 13 17:52:37 2022 +0100 |
tree | 12a6ab3b4cf4cd8d70139c4f9564a0b265e3b6ca | |
parent | 3a63d7c34ec704e1bbc7c605e054afb0237e78e1 [diff] [blame] |
loads of new commands, updates and bug fixes
diff --git a/tsconfig.json b/tsconfig.json index cbbd2ee..591467f 100644 --- a/tsconfig.json +++ b/tsconfig.json
@@ -9,6 +9,7 @@ "declarationMap": true, "resolveJsonModule": true, "moduleResolution": "node", + "skipLibCheck": true }, "include": ["src/**/*"], "exclude": []