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 724b017 commit 66ce65aCopy full SHA for 66ce65a
1 file changed
package.json
@@ -22,7 +22,7 @@
22
"scripts": {
23
"prebuild": "rm -rf lib",
24
"build:cjs": "tsc --outDir lib --project tsconfig-build.json",
25
- "build:esm": "tsc --outDir esm --project tsconfig-build.json --target ES2015 --module esnext",
+ "build:esm": "tsc --outDir esm --project tsconfig-build.json --target es5 --module esnext",
26
"build": "npm run build:cjs && npm run build:esm",
27
"lint": "tslint 'src/**/*.ts' --config tslint.json --project tsconfig.json && tsc --noEmit",
28
"prepare": "npm run build",
0 commit comments