feat: add nodejs package

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2020-03-21 15:47:59 +08:00
parent 2fcadeda4e
commit d87e152f3b
4 changed files with 546 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": "src",
"outDir": "dist"
}
}