Closed AnthonyCrowcroft closed 4 years ago
I can't for the life of me get this to work with our typescript library. It is based on this: https://github.com/Hotell/typescript-lib-starter
any suggestions or direction would be super appreciated.
A wildcard module declaration should do the trick.
// modules.d.ts declare module '*.md' { const markdown: string export = markdown }
awesome thanks heaps
I can't for the life of me get this to work with our typescript library. It is based on this: https://github.com/Hotell/typescript-lib-starter
any suggestions or direction would be super appreciated.