mirror of
https://github.com/actions/github-script.git
synced 2025-12-08 08:06:23 +00:00
10 lines
179 B
JSON
10 lines
179 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2018",
|
|
"moduleResolution": "node",
|
|
"strict": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"exclude": ["__test__"]
|
|
}
|