1
0
forked from noxious/client

Initial commit

This commit is contained in:
2024-04-09 00:28:28 +02:00
commit 77ff25da75
31 changed files with 1079 additions and 0 deletions

14
tsconfig.json Normal file
View File

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