fixed up a few commands
diff --git a/tsconfig.json b/tsconfig.json
index 6bb1cff..a39c584 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -14,5 +14,5 @@
         "noImplicitReturns": false
     },
     "include": ["src/**/*"],
-    "exclude": []
+    "exclude": ["src/Unfinished/**/*"]
 }