remove webpack
This commit is contained in:
15
typings.d.ts
vendored
15
typings.d.ts
vendored
@@ -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;
|
||||
};
|
Reference in New Issue
Block a user