feat: modify import to reference type
Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
parent
562e2d0017
commit
325f2c8cf9
@ -1,4 +1,4 @@
|
||||
import './typings/global'
|
||||
/// <reference path="./typings/global.ts" />
|
||||
|
||||
export * from './task'
|
||||
export * from './event'
|
||||
|
@ -1,4 +1,4 @@
|
||||
import './typings'
|
||||
/// <reference path="./typings/index.ts" />
|
||||
|
||||
import { server, plugin, command, event, task } from '@ms/api'
|
||||
import { DefaultContainer as container } from '@ms/container'
|
||||
|
@ -1,4 +1,4 @@
|
||||
import './typings'
|
||||
/// <reference path="./typings/index.ts" />
|
||||
|
||||
import { server, plugin, command, event, task } from '@ms/api'
|
||||
import { DefaultContainer as container } from '@ms/container'
|
||||
|
Loading…
Reference in New Issue
Block a user