File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 137137 "check:eslint" : " npm run build:dts && ESLINT_USE_FLAT_CONFIG=false eslint -v && ESLINT_USE_FLAT_CONFIG=false eslint --max-warnings=0 --ext '.js,.ts' src test" ,
138138 "check:tsd" : " tsd --version && tsd" ,
139139 "check:dependencies" : " mocha test/action/dependency.test.ts" ,
140- "check:dts" : " node ./node_modules/typescript/bin/tsc --noEmit mongodb.d.ts && tsd" ,
140+ "check:dts" : " node ./node_modules/typescript/bin/tsc --target es2015 --module node16 -- noEmit mongodb.d.ts && tsd" ,
141141 "check:search-indexes" : " nyc mocha --config test/mocha_mongodb.js test/manual/search-index-management.prose.test.ts" ,
142142 "check:test" : " mocha --config test/mocha_mongodb.js test/integration" ,
143143 "check:unit" : " nyc mocha test/unit" ,
You can’t perform that action at this time.
0 commit comments