Skip to content

Commit

Permalink
fix: Could not find a declaration file for module (actually! πŸ˜‰)
Browse files Browse the repository at this point in the history
  • Loading branch information
unicornware committed Oct 14, 2021
1 parent 139a8b6 commit 5161733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"main": "./cjs/tutils.min.cjs",
"module": "./esm/tutils.min.mjs",
"typings": "./types/tutils.d.ts",
"typings": "./types/index.d.ts",
"scripts": {
"clean:build": "rimraf ./(cjs|esm|types|*.tgz)",
"clean:modules": "rimraf ./node_modules",
Expand Down

0 comments on commit 5161733

Please sign in to comment.