mirror of
https://github.com/actions/github-script.git
synced 2026-05-13 03:16:53 +00:00
build: switch to ES2022 target with bundler module resolution
This commit is contained in:
committed by
Salman Muin Kayser Chishti
parent
34cab63564
commit
84e9b9d216
@@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"target": "es2018",
|
"target": "es2022",
|
||||||
"moduleResolution": "node",
|
"module": "es2022",
|
||||||
|
"moduleResolution": "bundler",
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"forceConsistentCasingInFileNames": true
|
"forceConsistentCasingInFileNames": true
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user