feat: add nukkit package

This commit is contained in:
2020-02-24 04:01:39 +08:00
parent f20171f898
commit 6d81a72106
8 changed files with 239 additions and 0 deletions

View File

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