mirror of
https://github.com/actions/github-script.git
synced 2026-01-02 04:43:06 +00:00
12 lines
431 B
JSON
12 lines
431 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2018",
|
|
"moduleResolution": "node",
|
|
"outDir": "./lib", /* Redirect output structure to the directory. */
|
|
"rootDir": "./src", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
|
|
"strict": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"exclude": ["__test__"]
|
|
}
|