You can indicate that the file is a module like so:
export {};
declare global {
namespace NodeJS {
interface Global {
config: MyConfigType
}
}
}
You can indicate that the file is a module like so:
export {};
declare global {
namespace NodeJS {
interface Global {
config: MyConfigType
}
}
}