Skip to content

Commit

Permalink
Merge pull request #1104 from Fdawgs/patch-1
Browse files Browse the repository at this point in the history
chore: export view types
  • Loading branch information
spencermountain committed Apr 27, 2024
2 parents f1718cc + 7f799d8 commit 3e7b807
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package.json
Expand Up @@ -34,6 +34,15 @@
"import": "./src/three.js",
"require": "./builds/three/compromise-three.cjs",
"types": "./types/three.d.ts"
},
"./view/one": {
"types": "./types/view/one.d.ts"
},
"./view/two": {
"types": "./types/view/two.d.ts"
},
"./view/three": {
"types": "./types/view/three.d.ts"
}
},
"typesVersions": {
Expand Down

0 comments on commit 3e7b807

Please sign in to comment.