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 1cbf81c commit 964f3f9Copy full SHA for 964f3f9
packages/powersync-op-sqlite/package.json
@@ -6,7 +6,6 @@
6
"main": "./lib/commonjs/index.js",
7
"module": "./lib/module/index.js",
8
"types": "./lib/typescript/commonjs/src/index.d.ts",
9
- "type": "module",
10
"exports": {
11
".": {
12
"import": {
@@ -102,7 +101,7 @@
102
101
[
103
"commonjs",
104
{
105
- "esm": false
+ "esm": true
106
}
107
],
108
0 commit comments