Skip to content

Commit 6ec8483

Browse files
authored
Merge pull request AzureAD#1 from felixbillon/felixbillon-AddTypings
Add typings field in package.json to expose msal.d.ts
2 parents ecb8b18 + da556a9 commit 6ec8483

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"oauth"
2121
],
2222
"main": "./out/msal.js",
23+
"typings": "./out/msal.d.ts",
2324
"engines": {
2425
"node": ">=0.8.0"
2526
},

0 commit comments

Comments
 (0)