update tsconfig

This commit is contained in:
2024-04-14 17:59:06 +02:00
parent 1e13cc76be
commit 70dc0ef68f
4 changed files with 111 additions and 31 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartmime",
"version": "1.0.6",
"private": false,
"description": "a module to detect mime types",
"description": "A module for detecting MIME types with support for binary and text file distinctions.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
@@ -40,5 +40,14 @@
"browserslist": [
"last 1 chrome versions"
],
"type": "module"
}
"type": "module",
"keywords": [
"MIME type detection",
"file type identification",
"node.js",
"binary files",
"text files",
"file encoding",
"mime types library"
]
}