Initial commit

This commit is contained in:
2021-01-08 21:06:48 +09:00
commit 90610d7429
17 changed files with 14930 additions and 0 deletions

10
server/.eslintrc Normal file
View File

@@ -0,0 +1,10 @@
{
"settings": {
"import/resolver": {
"node": {
"paths": ["server"],
"extensions": [".js", ".ts"]
}
}
}
}