Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ab631c9

Browse files
Fix path to types
1 parent 41b9248 commit ab631c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",
77
"source": "src/index.ts",
8-
"types": "src/index.ts",
8+
"types": "dist/cjs/index.d.ts",
99
"sideEffects": false,
1010
"scripts": {
1111
"build": "yarn build-esm && yarn build-cjs",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /