improve package.json files field

This commit is contained in:
Andre Staltz 2024-02-14 09:58:19 +02:00
parent 61ef442057
commit c33980c580
No known key found for this signature in database
GPG Key ID: 9EDE23EA7E8A4890
1 changed files with 4 additions and 1 deletions

View File

@ -12,7 +12,10 @@
"type": "commonjs", "type": "commonjs",
"main": "lib/index.js", "main": "lib/index.js",
"files": [ "files": [
"lib/**/*" "lib/*.js",
"lib/*.d.ts",
"lib/**/*.js",
"lib/**/*.d.ts"
], ],
"types": "types/index.d.ts", "types": "types/index.d.ts",
"engines": { "engines": {