This commit is contained in:
ergz 2023-07-02 01:04:53 -07:00
parent bcb8cda917
commit 8ad2897242
7 changed files with 2 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
node_modules/*

BIN
c/qs.exe Normal file

Binary file not shown.

BIN
c/qs.ilk Normal file

Binary file not shown.

BIN
c/qs.obj Normal file

Binary file not shown.

BIN
c/qs.pdb Normal file

Binary file not shown.

BIN
c/vc140.pdb Normal file

Binary file not shown.

View File

@ -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"
}
}