Skip to content

Commit 2f19e05

Browse files
committed
fix(shared): point types to src/index.ts to fix CI typecheck without build
1 parent 715e356 commit 2f19e05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"type": "module",
66
"main": "./dist/index.js",
7-
"types": "./dist/index.d.ts",
7+
"types": "./src/index.ts",
88
"scripts": {
99
"build": "tsc",
1010
"lint": "eslint src/",

0 commit comments

Comments
 (0)