mirror of
https://github.com/actions/github-script.git
synced 2026-02-08 03:57:27 +00:00
12 lines
No EOL
212 B
JSON
12 lines
No EOL
212 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2022",
|
|
"module": "Node16",
|
|
"moduleResolution": "node16",
|
|
"strict": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"exclude": [
|
|
"__test__"
|
|
]
|
|
} |