mirror of
https://github.com/actions/github-script.git
synced 2026-04-29 18:20:11 +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
+3
-2
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2018",
|
||||
"moduleResolution": "node",
|
||||
"target": "es2022",
|
||||
"module": "es2022",
|
||||
"moduleResolution": "bundler",
|
||||
"strict": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user