Skip to content

Commit

Permalink
types
Browse files Browse the repository at this point in the history
  • Loading branch information
kmamal committed May 6, 2024
1 parent 27b016d commit 5a5551d
Show file tree
Hide file tree
Showing 2 changed files with 594 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"version": "8.0.2-0",
"description": "Fork of `gl` that can render to windows",
"main": "index.js",
"types": "./src/types/index.d.ts",
"exports": {
".": {
"types": "./src/types/index.d.ts",
"default": "./src/javascript/index.js"
}
},
"directories": {
"test": "test"
},
Expand Down
Loading

0 comments on commit 5a5551d

Please sign in to comment.