update tsconfig
This commit is contained in:
10
package.json
10
package.json
@@ -2,7 +2,7 @@
|
||||
"name": "@push.rocks/smartmanifest",
|
||||
"version": "2.0.2",
|
||||
"private": false,
|
||||
"description": "a module for creating web app manifests",
|
||||
"description": "A toolkit for constructing web application manifests with TypeScript support.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"author": "Lossless GmbH",
|
||||
@@ -35,5 +35,13 @@
|
||||
"type": "module",
|
||||
"browserslist": [
|
||||
"last 1 chrome versions"
|
||||
],
|
||||
"keywords": [
|
||||
"web app manifest",
|
||||
"service worker",
|
||||
"PWA",
|
||||
"TypeScript",
|
||||
"node.js",
|
||||
"web development"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user