feat: move type def to other package

This commit is contained in:
2019-11-07 15:02:05 +08:00
parent 5a29133561
commit 7b67dc7719
2891 changed files with 7 additions and 113345 deletions

View File

@ -1,4 +1,4 @@
/// <reference path="./typings/index.ts" />
/// <reference types="@ms/types/dist/typings/bukkit" />
import { server, plugin, command, event, task } from '@ms/api'
import { DefaultContainer as container } from '@ms/container'