I am interested in making contributions to by providing new types similar to what can be found on https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types.
I believe there must be a way to create a package from scratch or get started. I have noticed that most of them include files like tsconfig.json, package.json, index.d.ts, and test.ts.
If anyone is aware of any tools other than npm or tsc for this kind of task, I would appreciate the advice.
Thank you!