initial commit

This commit is contained in:
2023-10-22 15:50:59 -06:00
commit 5ddbeeeeab
35 changed files with 5151 additions and 0 deletions

5
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": true,
"typescript.tsdk": "node_modules/typescript/lib"
}