Set module type to commonjs (#2053)

https://github.com/elastic/elasticsearch-js/issues/1281
This commit is contained in:
Josh Mock
2023-11-02 11:48:37 -05:00
committed by GitHub
parent 1adc8c356a
commit 9e2ff66564

View File

@ -5,6 +5,7 @@
"description": "The official Elasticsearch client for Node.js",
"main": "index.js",
"types": "index.d.ts",
"type": "commonjs",
"scripts": {
"test": "npm run build && npm run lint && tap test/unit/{*,**/*}.test.ts",
"test:unit": "npm run build && tap test/unit/{*,**/*}.test.ts",