Skip to content

Commit 8315c45

Browse files
committed
add types
1 parent 67a1660 commit 8315c45

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"cloudflare-workers"
99
],
1010
"main": "dist/index.js",
11+
"types": "dist/index.d.ts",
1112
"module": "dist/index.js",
1213
"source": "src/index.ts",
1314
"repository": "https://github.com/neurocode-io/azure-sas-token",

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"noFallthroughCasesInSwitch": true,
1212
"forceConsistentCasingInFileNames": true,
1313
"removeComments": true,
14+
"declaration": true,
1415
"outDir": "./dist"
1516
}
1617
}

0 commit comments

Comments
 (0)