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": []