// Either set this flag on the files you want to hot reload, or add a file called hotreload.flag and that folder, everything in it and all the child uh files will hot reload. module.hotreload = true; export function exampleFunction() { return "Hello from exampleFile.ts"; }