We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
simple-git
1 parent ed749c6 commit fa2c7f7Copy full SHA for fa2c7f7
.changeset/ninety-pots-tan.md
@@ -0,0 +1,5 @@
1
+---
2
+"simple-git": minor
3
4
+
5
+Enable the use of types when loading with module-resolution
simple-git/package.json
@@ -71,6 +71,7 @@
71
"types": "./dist/typings/index.d.ts",
72
"exports": {
73
".": {
74
+ "types": "./dist/typings/index.d.ts",
75
"import": "./dist/esm/index.js",
76
"require": "./dist/cjs/index.js"
77
},
0 commit comments