update tsconfig

This commit is contained in:
2024-04-14 17:30:56 +02:00
parent d1b476846d
commit e703b918d7
4 changed files with 104 additions and 32 deletions
+11 -2
View File
@@ -2,7 +2,7 @@
"name": "@push.rocks/smartdocumentation",
"version": "1.0.2",
"private": false,
"description": "a tool for mapping git directories to documentation sites",
"description": "A tool for converting git directory structures into navigable documentation sites.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -40,5 +40,14 @@
"@pushrocks/smartfile": "^10.0.2",
"@pushrocks/smartmarkdown": "^3.0.0",
"@tsclass/tsclass": "^4.0.3"
}
},
"keywords": [
"documentation",
"git",
"markdown",
"mapping",
"sites",
"typescript",
"development tool"
]
}