Initial commit server prototype

This commit is contained in:
Methapon2001 2023-11-17 09:03:31 +07:00
parent e9aaec2947
commit 5a120dce76
No known key found for this signature in database
GPG key ID: 849924FEF46BD132
23 changed files with 4110 additions and 0 deletions

View file

@ -0,0 +1,18 @@
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"rootDir": "src",
"outDir": "dist",
"strict": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"experimentalDecorators": true,
"skipLibCheck": true
}
}