Skip to content

Commit f6b55d8

Browse files
committed
Fix typescript definition path
1 parent c9145d3 commit f6b55d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/powersync-op-sqlite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"source": "./src/index.ts",
66
"main": "./lib/commonjs/index.js",
77
"module": "./lib/module/index.js",
8-
"types": "./lib/typescript/commonjs/src/index.d.ts",
8+
"types": "./lib/typescript/src/index.d.ts",
99
"react-native": "./src/index",
1010
"files": [
1111
"src",

0 commit comments

Comments
 (0)