Skip to content

Commit

Permalink
removed type export
Browse files Browse the repository at this point in the history
  • Loading branch information
MP281X committed May 4, 2024
1 parent 928ad02 commit 30ba6dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"name": "@mp281x/shared-config",
"scripts": { "dev": "tsup-node --watch" },
"exports": {
"./prettier": { "default": "./dist/prettier.js", "types": "./dist/prettier.d.ts" },
"./eslint": { "default": "./dist/eslint.js", "types": "./dist/eslint.d.ts" },
"./prettier": "./dist/prettier.js",
"./eslint": "./dist/eslint.js",
"./tsconfig": "./tsconfig.json"
},
"dependencies": {
Expand Down

0 comments on commit 30ba6dd

Please sign in to comment.