Skip to content

Commit 53c74be

Browse files
committed
chore: fix new api types not taken into accoutn with build:watch
1 parent f641968 commit 53c74be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "lib/cjs/index.js",
66
"browser": "lib/esm/index.js",
77
"module": "lib/esm/index.js",
8-
"types": "lib/cjs/index.d.ts",
8+
"types": "lib/esm/index.d.ts",
99
"sideEffects": false,
1010
"author": {
1111
"name": "Guillaume Chau"

0 commit comments

Comments
 (0)