Skip to content

Commit b625e4e

Browse files
committed
chore: make the testing package ts-only
1 parent 92efcb2 commit b625e4e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

testing/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "MongoDB Shell Testing Utilities (internal use only)",
55
"homepage": "https://github.com/mongodb-js/mongosh",
66
"license": "Apache-2.0",
7-
"main": "lib/index.js",
8-
"types": "lib/index.d.ts",
7+
"main": "src/index.ts",
8+
"types": "src/index.ts",
99
"private": true,
1010
"repository": {
1111
"type": "git",
@@ -15,7 +15,6 @@
1515
"node": ">=14.15.1"
1616
},
1717
"scripts": {
18-
"compile": "tsc -p tsconfig.json",
1918
"eslint": "eslint",
2019
"lint": "npm run eslint . && npm run prettier -- --check .",
2120
"prettier": "prettier",

0 commit comments

Comments
 (0)