Skip to content

Commit e2a9743

Browse files
committed
declarationMap true
1 parent 8db4591 commit e2a9743

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "configcat-common",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "ConfigCat is a configuration as a service that lets you manage your features and configurations without actually deploying new code.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"outDir": "./lib",
66
"sourceMap": false,
77
"declaration": true,
8+
"declarationMap": true,
89
"lib": ["es2015"]
910
},
1011
"include": [

0 commit comments

Comments
 (0)