mirror of
https://github.com/actions/github-script.git
synced 2026-06-06 00:54:25 +00:00
build: switch to ES2022 target with bundler module resolution
This commit is contained in:
parent
34cab63564
commit
84e9b9d216
1 changed files with 3 additions and 2 deletions
|
|
@ -1,7 +1,8 @@
|
||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"target": "es2018",
|
"target": "es2022",
|
||||||
"moduleResolution": "node",
|
"module": "es2022",
|
||||||
|
"moduleResolution": "bundler",
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"forceConsistentCasingInFileNames": true
|
"forceConsistentCasingInFileNames": true
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue