Fix error in workflow
This commit is contained in:
parent
78cd9df811
commit
e5248a8464
2 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"target": "es5",
|
||||
"outDir": "out",
|
||||
"lib": [
|
||||
"es2019"
|
||||
],
|
||||
|
|
Reference in a new issue