mirror of https://github.com/actions/toolkit
revert target to es6
parent
e85cd96d85
commit
1718e0d97c
|
@ -4,7 +4,7 @@
|
|||
"module": "commonjs",
|
||||
"strict": true,
|
||||
"declaration": true,
|
||||
"target": "es2020",
|
||||
"target": "es6",
|
||||
"sourceMap": true,
|
||||
"noImplicitAny": false,
|
||||
"baseUrl": "./",
|
||||
|
|
Loading…
Reference in New Issue