Skip to content

Commit

Permalink
Merge pull request #22 from Cherry/fix/types-exports
Browse files Browse the repository at this point in the history
fix: types exports for modern TypeScript bundling
  • Loading branch information
xpl committed Mar 3, 2024
2 parents 46398dd + fe6556e commit e0a7fd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -19,7 +19,8 @@
},
"exports": {
"import": "./build/ansicolor.mjs",
"require": "./build/ansicolor.js"
"require": "./build/ansicolor.js",
"types": "./ansicolor.d.ts"
},
"keywords": [
"ANSI",
Expand Down

0 comments on commit e0a7fd1

Please sign in to comment.