Skip to content

Commit

Permalink
chore: export view types
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Apr 25, 2024
1 parent f1718cc commit 7f799d8
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 7f799d8

Please sign in to comment.