We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67a1660 commit 8315c45Copy full SHA for 8315c45
package.json
@@ -8,6 +8,7 @@
8
"cloudflare-workers"
9
],
10
"main": "dist/index.js",
11
+ "types": "dist/index.d.ts",
12
"module": "dist/index.js",
13
"source": "src/index.ts",
14
"repository": "https://github.com/neurocode-io/azure-sas-token",
tsconfig.json
@@ -11,6 +11,7 @@
"noFallthroughCasesInSwitch": true,
"forceConsistentCasingInFileNames": true,
"removeComments": true,
+ "declaration": true,
15
"outDir": "./dist"
16
}
17
0 commit comments