update tsconfig

This commit is contained in:
2024-04-14 18:19:14 +02:00
parent a5edc242cd
commit 849b4f6447
4 changed files with 139 additions and 31 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartsitemap",
"version": "2.0.3",
"private": false,
"description": "a sitemap module",
"description": "A module for generating and managing sitemaps, supporting dynamic sitemap generation from feeds.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -44,5 +44,18 @@
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"sitemap generator",
"RSS feeds",
"news sitemap",
"XML sitemap",
"website indexing",
"search engine optimization",
"SEO",
"web crawling",
"dynamic sitemap creation",
"TypeScript",
"node.js"
]
}
}