Re-add package.json main field for TypeScript support (#981)

Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com>
This commit is contained in:
Manoah Tervoort 2022-11-30 00:33:16 +01:00 committed by GitHub
parent 8e7793b053
commit ab86a8aabc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,6 +51,7 @@
"read-dir-files": "^0.1.1",
"standard": "^17.0.0"
},
"main": "./lib/index.js",
"exports": {
".": "./lib/index.js",
"./esm": "./lib/esm.mjs"