Skip to content

Commit de7c891

Browse files
Package.json and tsconfig updated
1 parent e01747f commit de7c891

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"directories": {
99
"lib": "lib"
1010
},
11+
"files": [
12+
"/dist"
13+
],
1114
"keywords": [
1215
"contentstack",
1316
"webhook",

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3+
"declaration": true,
34
"module": "commonjs",
45
"esModuleInterop": true,
56
"target": "es6",

0 commit comments

Comments
 (0)