update tsconfig
This commit is contained in:
18
package.json
18
package.json
@ -2,7 +2,7 @@
|
||||
"name": "@push.rocks/smartchok",
|
||||
"version": "1.0.33",
|
||||
"private": false,
|
||||
"description": "smart wrapper for chokidar",
|
||||
"description": "A smart wrapper for chokidar to facilitate file watching with enhanced features.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"scripts": {
|
||||
@ -50,5 +50,17 @@
|
||||
"browserslist": [
|
||||
"last 1 chrome versions"
|
||||
],
|
||||
"type": "module"
|
||||
}
|
||||
"type": "module",
|
||||
"keywords": [
|
||||
"file watching",
|
||||
"chokidar",
|
||||
"filesystem",
|
||||
"observable",
|
||||
"typescript",
|
||||
"node.js",
|
||||
"development tool",
|
||||
"file system events",
|
||||
"real-time",
|
||||
"watch files"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user