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.
2 parents e9a2f16 + 238b442 commit 893dc15Copy full SHA for 893dc15
.github/workflows/npm-publish.yml
@@ -9,7 +9,6 @@ on:
9
10
jobs:
11
publish-npm:
12
- needs: build
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v2
tsconfig.json
@@ -9,7 +9,7 @@
],
"compilerOptions": {
"baseUrl": ".",
- "target": "esnext",
+ "target": "es2016",
"module": "commonjs",
"moduleResolution": "node",
"outDir": "./lib",
0 commit comments