Skip to content

Commit bac3c8e

Browse files
committed
Fix ci ensuring it compiles to commonjs
Change-type: patch
1 parent abb420b commit bac3c8e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"main": "build/index.js",
77
"license": "Apache-2.0",
88
"types": "build/index.d.ts",
9+
"module": "commonjs",
910
"scripts": {
1011
"flowzone-preinstall": "sudo apt-get update && sudo apt-get install -y libudev-dev",
1112
"test": "npm run lint && mocha -r ts-node/register tests/**/*.spec.ts",
@@ -108,5 +109,11 @@
108109
},
109110
"versionist": {
110111
"publishedAt": "2025-06-02T09:12:33.100Z"
112+
},
113+
"ts-node": {
114+
"transpileOnly": true,
115+
"compilerOptions": {
116+
"module": "commonjs"
117+
}
111118
}
112119
}

0 commit comments

Comments
 (0)