2024-07-27 16:06:58 +08:00

7 lines
118 B
TypeScript

declare module '*.js' {
const config: {
apiUrl: string;
port:number;
};
export { config };
}