You put this in a separate `.ts` file to add a property to an existing local module's interface. Why does it NOT work?// augment.ts declare module "./settings" { interface Config { verbose: boolean } }