Skip to content

Commit 7bfc877

Browse files
authored
chore: Add types to exports property in package.json (#85)
add types to exports
1 parent 4963d3f commit 7bfc877

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
@@ -13,6 +13,7 @@
1313
"types": "./dist/index.d.ts",
1414
"exports": {
1515
".": {
16+
"types": "./dist/index.d.ts",
1617
"import": "./dist/ftrack-javascript-api.es.js",
1718
"require": "./dist/ftrack-javascript-api.umd.js"
1819
}

0 commit comments

Comments
 (0)