cdiggins / myna-parser

Myna Parsing Library
https://cdiggins.github.io/myna-parser
MIT License
78 stars 15 forks source link

typescript declaration file absent #22

Open devang-gaur opened 6 years ago

devang-gaur commented 6 years ago

I'm aware that library is written in typescript itself, but there's no typescript declaration file present to be used as an npm @types module. You just need to append the declaration flag as true in tsconfig.json.

Also, the npm module contains a lot of unnecessary files such as docs files and website files. Even test files aren't required there.