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