remove webpack

This commit is contained in:
2024-11-14 19:47:50 +08:00
parent 696be2a28c
commit 7ec8a001de
16 changed files with 1303 additions and 887 deletions

15
typings.d.ts vendored
View File

@@ -1,16 +1,3 @@
type SimpleObject = {
[key: string | number]: any;
};
declare module 'koa2-cors';
declare module 'cors-anywhere';
// mockjs http://mockjs.com/
declare module 'mockjs';
// type CTX: ParameterizedContext<any, DefaultContext & Router.IRouterParamContext<any, DefaultContext>>
// declare module 'jsonwebtoken';
// declare var global: NodeJS.Global & typeof globalThis;
};