Skip to content

Commit 7e4d3fc

Browse files
authored
Merge pull request #95 from dfpc-coe/declarations
Add Type Export
2 parents 4986bd3 + 01dfefa commit 7e4d3fc

2 files changed

Lines changed: 11 additions & 8 deletions

File tree

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
"author": "Nick Ingalls <nick@ingalls.ca>",
77
"types": "index.ts",
88
"exports": {
9-
".": "./dist/index.js",
9+
".": {
10+
"types": "./dist/index.d.ts",
11+
"import": "./dist/index.js"
12+
},
1013
"./cot": "./dist/lib/cot.js",
1114
"./2525": "./dist/lib/utils/2525.js",
1215
"./normalize_geojson": "./dist/lib/parser/normalize_geojson.js",

0 commit comments

Comments
 (0)