diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dbf0821 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules/* \ No newline at end of file diff --git a/c/qs.exe b/c/qs.exe new file mode 100644 index 0000000..1232bb3 Binary files /dev/null and b/c/qs.exe differ diff --git a/c/qs.ilk b/c/qs.ilk new file mode 100644 index 0000000..d3c3f3f Binary files /dev/null and b/c/qs.ilk differ diff --git a/c/qs.obj b/c/qs.obj new file mode 100644 index 0000000..62b1660 Binary files /dev/null and b/c/qs.obj differ diff --git a/c/qs.pdb b/c/qs.pdb new file mode 100644 index 0000000..92704e9 Binary files /dev/null and b/c/qs.pdb differ diff --git a/c/vc140.pdb b/c/vc140.pdb new file mode 100644 index 0000000..22493b9 Binary files /dev/null and b/c/vc140.pdb differ diff --git a/package.json b/package.json index 585203a..1ea2853 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,6 @@ "jest": "^29.5.0", "ts-jest": "^29.1.0", "ts-node": "^10.9.1", - "typescript": "^5.1.3" + "typescript": "^5.1.6" } }