update tsconfig
This commit is contained in:
16
package.json
16
package.json
@@ -2,7 +2,7 @@
|
||||
"name": "@push.rocks/websetup",
|
||||
"version": "3.0.19",
|
||||
"private": false,
|
||||
"description": "setup basic page properties",
|
||||
"description": "A library for setting up basic properties of a web page including meta tags, OpenGraph tags, JSON-LD structured data, with support for dynamic content.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"author": "Lossless GmbH",
|
||||
@@ -13,8 +13,18 @@
|
||||
"buildDocs": "tsdoc"
|
||||
},
|
||||
"keywords": [
|
||||
"lossless",
|
||||
"websafe"
|
||||
"web development",
|
||||
"SEO",
|
||||
"OpenGraph",
|
||||
"JSON-LD",
|
||||
"meta tags",
|
||||
"structured data",
|
||||
"TypeScript",
|
||||
"dynamic content",
|
||||
"website setup",
|
||||
"smart delay",
|
||||
"smart promise",
|
||||
"tag management"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@gitzone/tsbuild": "^2.1.65",
|
||||
|
||||
Reference in New Issue
Block a user