update tsconfig
This commit is contained in:
10
package.json
10
package.json
@@ -2,7 +2,7 @@
|
||||
"name": "@push.rocks/smartsourcemap",
|
||||
"version": "1.0.6",
|
||||
"private": false,
|
||||
"description": "get sourcemap support in node",
|
||||
"description": "Enables sourcemap support in Node.js projects for improved debugging.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"author": "Lossless GmbH",
|
||||
@@ -37,5 +37,13 @@
|
||||
],
|
||||
"browserslist": [
|
||||
"last 1 chrome versions"
|
||||
],
|
||||
"keywords": [
|
||||
"sourcemap",
|
||||
"debugging",
|
||||
"nodejs",
|
||||
"typescript",
|
||||
"source-map-support",
|
||||
"development tools"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user