mirror of
https://github.com/actions/github-script.git
synced 2026-04-07 14:49:25 +00:00
Target es2018
This commit is contained in:
parent
ebc5283d9c
commit
b20057aecf
2 changed files with 32 additions and 42 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2015",
|
||||
"target": "es2018",
|
||||
"moduleResolution": "node",
|
||||
"strict": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue