Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
sasaplus1 committed May 5, 2023
1 parent b946a18 commit cbe4c81
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
11 changes: 0 additions & 11 deletions .tsconfigs/dts.json

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
"scripts": {
"build": "run-p --print-label build:*",
"build:cjs": "tsc -p .tsconfigs/cjs.json",
"build:dts": "tsc -p .tsconfigs/dts.json",
"build:esm": "tsc -p .tsconfigs/esm.json",
"fix": "run-p --print-label fix:*",
"fix:eslint": "eslint --fix .",
Expand All @@ -95,5 +94,5 @@
"test": "TS_NODE_PROJECT=.tsconfigs/test.json mocha"
},
"sideEffects": false,
"types": "./dist/index.d.ts"
"types": "./dist/cjs/index.js"
}

0 comments on commit cbe4c81

Please sign in to comment.