Initial commit with style

This commit is contained in:
Mike Conrad
2024-07-24 17:15:36 -04:00
commit 34613c3b2e
15 changed files with 1387 additions and 0 deletions

11
tsconfig.json Normal file
View File

@ -0,0 +1,11 @@
{
"files": [],
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.node.json"
}
]
}