feat: add bungee package

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2020-01-15 16:43:00 +08:00
parent 7d6269b2d3
commit 9cb614bebd
8 changed files with 244 additions and 0 deletions

View File

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