Initial commit

This commit is contained in:
天衡咨询创新
2023-06-21 12:08:13 +08:00
commit ebe3f99456
44 changed files with 11977 additions and 0 deletions

16
tsconfig.json Normal file
View File

@ -0,0 +1,16 @@
{
"references": [
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.app.json"
}
],
"ts-node": {
"compilerOptions": {
"module": "CommonJS",
"esModuleInterop": true
}
}
}