Skip to content

Commit 474a3dc

Browse files
committed
try fix workflow
1 parent 27e84d1 commit 474a3dc

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

babel.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
plugins: ["@babel/plugin-proposal-nullish-coalescing-operator"],
3+
}

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "ES2021",
3+
"target": "ES2020",
44
"module": "commonjs",
55
"moduleResolution": "node",
66
"esModuleInterop": true,

0 commit comments

Comments
 (0)