I've been poking around but can't seem to find the documentation for writings typings.json files. I've got some basics in place but need to do something a bit different. I need a repo to not have a main but instead a list of d.ts files that it exports. I'm thinking I could add a files property and list them, but I can't find any docs to confirm that.
I've been poking around but can't seem to find the documentation for writings
typings.jsonfiles. I've got some basics in place but need to do something a bit different. I need a repo to not have amainbut instead a list of d.ts files that it exports. I'm thinking I could add afilesproperty and list them, but I can't find any docs to confirm that.