We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abb420b commit bac3c8eCopy full SHA for bac3c8e
package.json
@@ -6,6 +6,7 @@
6
"main": "build/index.js",
7
"license": "Apache-2.0",
8
"types": "build/index.d.ts",
9
+ "module": "commonjs",
10
"scripts": {
11
"flowzone-preinstall": "sudo apt-get update && sudo apt-get install -y libudev-dev",
12
"test": "npm run lint && mocha -r ts-node/register tests/**/*.spec.ts",
@@ -108,5 +109,11 @@
108
109
},
110
"versionist": {
111
"publishedAt": "2025-06-02T09:12:33.100Z"
112
+ },
113
+ "ts-node": {
114
+ "transpileOnly": true,
115
+ "compilerOptions": {
116
+ "module": "commonjs"
117
+ }
118
}
119
0 commit comments