How to add typing for a file extension in a npm package?
I’m writing a webpack loader which for the example here processes *.foo
files. I want to create typescript typings for it as follows:
I’m writing a webpack loader which for the example here processes *.foo
files. I want to create typescript typings for it as follows: