feat: optimize types ref

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2020-03-01 20:28:16 +08:00
parent 12b3973b38
commit cf3f840b3c
21 changed files with 47 additions and 71 deletions

View File

@ -1,5 +1,3 @@
/// <reference types='@ms/nashorn' />
/**
* MiaoScript Event处理类
*/

View File

@ -1,4 +1,4 @@
import "@ms/ployfill"
import "@ms/nashorn"
export * from './task'
export * from './event'
export * from './console'