Skip to content

Commit e0f9d3d

Browse files
committed
Adds a "typings" property to package.json
1 parent 481c18c commit e0f9d3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"url": "https://github.com/Microsoft/TypeScript.git"
2121
},
2222
"main": "./lib/typescript.js",
23+
"typings": "./lib/typescript.d.ts",
2324
"bin": {
2425
"tsc": "./bin/tsc",
2526
"tsserver": "./bin/tsserver"

0 commit comments

Comments
 (0)