Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Starman3787 committed Sep 14, 2024
1 parent b2f085b commit 6028085
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,26 @@
"library",
"quark"
],
"types": "./index.d.ts",
"exports": {
".": {
"default": "./index.js"
"default": "./index.js",
"types": "./index.d.ts"
},
"./constants": {
"default": "./src/constants.js"
"default": "./src/constants.js",
"types": "./dist/constants.d.ts"
},
"./util": {
"default": "./src/util.js"
"default": "./src/util.js",
"types": "./dist/util.d.ts"
},
"./structures": {
"default": "./src/structures.js"
"default": "./src/structures.js",
"types": "./dist/structures.d.ts"
},
"./structures/compiled": {
"default": "./src/compiledStructures.js"
"default": "./src/compiledStructures.js",
"types": "./dist/compiledStructures.d.ts"
}
},
"engines": {
Expand Down

0 comments on commit 6028085

Please sign in to comment.