fix(package.json): replace main and typings with exports field pointing to ./dist_ts/index.js
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
"version": "4.2.0",
|
||||
"private": false,
|
||||
"description": "A module for creating and managing a local MongoDB instance for testing purposes.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"exports": {
|
||||
".": "./dist_ts/index.js"
|
||||
},
|
||||
"type": "module",
|
||||
"author": "Lossless GmbH",
|
||||
"license": "MIT",
|
||||
|
||||
Reference in New Issue
Block a user