update tsconfig

This commit is contained in:
2024-04-14 17:57:02 +02:00
parent 99718af936
commit 1d518b4f55
4 changed files with 150 additions and 31 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartmarkdown",
"version": "3.0.3",
"private": false,
"description": "do more with markdown files",
"description": "Enhances Markdown file handling with parsing, conversion, and frontmatter support.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -45,5 +45,19 @@
],
"browserslist": [
"last 1 chrome versions"
],
"keywords": [
"markdown",
"html conversion",
"markdown parsing",
"frontmatter",
"remark",
"unified",
"turndown",
"YAML",
"plugin system",
"text processing",
"documentation",
"content management"
]
}
}