Closed Schleuse closed 9 months ago
ShuffleJs is missing Typescript types when using modern node export fields. This happens for example when using moduleResolution: bunlder in tsconfig.json
moduleResolution: bunlder
tsconfig.json
This PR adds types to the exports declaration in package.json.
types
exports
package.json
For more information about this, see here:
https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-7.html#packagejson-exports-imports-and-self-referencing
Published as 6.1.1
ShuffleJs is missing Typescript types when using modern node export fields. This happens for example when using
moduleResolution: bunlder
intsconfig.json
This PR adds
types
to theexports
declaration inpackage.json
.For more information about this, see here:
https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-7.html#packagejson-exports-imports-and-self-referencing