update tsconfig

This commit is contained in:
2024-04-14 17:24:25 +02:00
parent da500d7fd4
commit 28ba176b62
4 changed files with 146 additions and 51 deletions

View File

@ -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"
]
}