We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd8512 commit ecd4f68Copy full SHA for ecd4f68
package.json
@@ -5,6 +5,8 @@
5
"main": "esm/index.js",
6
"author": "LongYinan <lynweklm@gmail.com>",
7
"license": "MIT",
8
+ "typings": "esm/index.d.ts",
9
+ "sideEffects": false,
10
"scripts": {
11
"build": "rm -rf esm && tsc -p src/tsconfig.json --outDir esm",
12
"lint": "tslint -c tslint.json -p src/tsconfig.json",
0 commit comments