update tsconfig

This commit is contained in:
2024-04-14 17:41:26 +02:00
parent 1ba2fcbf65
commit d98323eb82
4 changed files with 136 additions and 40 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smarthbs",
"version": "3.0.3",
"private": false,
"description": "handlebars with better fs support",
"description": "A library that enhances handlebars with better file system support, templates compilation, and partials registration.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -15,7 +15,15 @@
"url": "git+ssh://git@gitlab.com/pkunz/smarthbs.git"
},
"keywords": [
"handlebars"
"handlebars",
"template engine",
"file system",
"partials",
"template compilation",
"smartfile integration",
"template variables analysis",
"code generation",
"dynamic content"
],
"author": "Lossless GmbH",
"license": "MIT",