This commit is contained in:
2022-02-10 13:08:07 +08:00
commit 474c937d22
14 changed files with 932 additions and 0 deletions

11
tsconfig.json Normal file
View File

@ -0,0 +1,11 @@
{
"extends": "@tsconfig/node12/tsconfig.json",
"include": [
"src"
],
"compilerOptions": {
"outDir": "dist",
"declaration": true,
"removeComments": false,
},
}