update tsconfig
This commit is contained in:
15
package.json
15
package.json
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user