Skip to content

Commit ecd4f68

Browse files
committed
chore: add typings and sideEffects filed into package.json
1 parent 6fd8512 commit ecd4f68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
"main": "esm/index.js",
66
"author": "LongYinan <lynweklm@gmail.com>",
77
"license": "MIT",
8+
"typings": "esm/index.d.ts",
9+
"sideEffects": false,
810
"scripts": {
911
"build": "rm -rf esm && tsc -p src/tsconfig.json --outDir esm",
1012
"lint": "tslint -c tslint.json -p src/tsconfig.json",

0 commit comments

Comments
 (0)