Add initial action setup

This commit is contained in:
Jonathan Clem
2022-01-31 14:09:42 -05:00
commit 078fd9f744
24 changed files with 28122 additions and 0 deletions

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

@@ -0,0 +1,8 @@
{
"files.exclude": {
"dist/": true,
"lib/": true,
"**/node_modules/": true,
},
"typescript.tsdk": "node_modules/typescript/lib"
}