Skip to content

Commit 079285a

Browse files
authored
Add file extenstion to typings property value (#151)
TypeScript requires the file extension be specified in typings / types property. https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html
1 parent c49386c commit 079285a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "3.9.0",
44
"description": "Load node modules according to tsconfig paths, in run-time or via API.",
55
"main": "lib/index.js",
6-
"types": "lib/index",
6+
"types": "lib/index.d.ts",
77
"author": "Jonas Kello",
88
"license": "MIT",
99
"repository": "https://github.com/dividab/tsconfig-paths",

0 commit comments

Comments
 (0)