We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 306f2b3 commit 37b5ebeCopy full SHA for 37b5ebe
package.json
@@ -4,7 +4,7 @@
4
"version": "6.0.9",
5
"scripts": {
6
"clean": "shx rm -rf lib lib-esm _bundles .cache _doc",
7
- "compile": "npm run clean && tsc && tsc -m es6 --outDir lib-esm && shx cp src/*.json lib",
+ "compile": "npm run clean && tsc && tsc -m es6 --outDir lib-esm",
8
"build": "run-s compile fixdts bundle fixmaps:*",
9
"bundle": "rollup -c && rollup -c --environment MINIFY",
10
"fixdts": "dts-downlevel --semver '>=2.2.0' 'lib/**/*.d.ts' 'lib-esm/**/*.d.ts'",
src/index.metadata.json
0 commit comments