feat: add web package

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2020-06-17 18:34:20 +08:00
parent 8a07e85fda
commit 2c1eea5bc1
10 changed files with 299 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
/// <reference types="@ccms/types/dist/typings/jdk/index" />
/// <reference types="@ccms/types/dist/typings/tomcat/index" />
/// <reference types="@ccms/types/dist/typings/spring/index" />
/// <reference types="@ccms/types/dist/typings/spring/beans/index" />
export * from './server'
export * from './decorators'
export * from './interfaces'