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.
es2021
1 parent 19d16f2 commit aa7e1d2Copy full SHA for aa7e1d2
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"build": "rm -rf lib && tsc -p tsconfig.prod.json",
8
"test": "npm run build && ts-standardx && jest",
9
- "package": "ncc build --license licenses.txt",
+ "package": "ncc build --license licenses.txt --target es2021",
10
"all": "npm test && npm run package"
11
},
12
"repository": {
tsconfig.json
@@ -10,7 +10,7 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
13
- "target": "es2019",
+ "target": "es2021",
14
15
"skipLibCheck": true
16
}
0 commit comments