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