feat: initial prototype

This commit is contained in:
2025-07-21 15:28:32 -07:00
parent da76bb5327
commit 26bea6e8f7
26 changed files with 5884 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"eslint.validate": ["typescript"],
}