Skip to content

Commit 1c67d71

Browse files
web: fix typings reference
1 parent ae559d8 commit 1c67d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/web/package.json.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"./package.json": "./package.json"
1414
},
1515
"module": "dist/esm/sdk.js",
16-
"types": "types/sdk.d.ts",
16+
"types": "types/index.d.ts",
1717
"repository": {
1818
"type": "git",
1919
"url": "{{ sdk.gitURL }}"

0 commit comments

Comments
 (0)