Skip to content

Commit

Permalink
es2015 #140
Browse files Browse the repository at this point in the history
  • Loading branch information
taoqf committed Jul 25, 2021
1 parent 1be02b4 commit 93f4cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"clean": "del-cli ./dist/",
"ts:cjs": "tsc -m commonjs",
"ts:amd": "tsc -t es5 -m amd -d false --outFile ./dist/main.js",
"ts:esm": "tsc -t esnext -m es2019 -d false --outDir ./dist/esm/",
"ts:esm": "tsc -t esnext -m es2015 -d false --outDir ./dist/esm/",
"build": "npm run lint && npm run clean && npm run ts:cjs && npm run ts:amd && npm run ts:esm",
"dev": "tsc -w & mocha -w ./test/*.js",
"pretest": "tsc -m commonjs",
Expand Down

0 comments on commit 93f4cbb

Please sign in to comment.