mirror of
https://github.com/github/codeql.git
synced 2026-02-13 21:51:29 +01:00
8 lines
165 B
JSON
8 lines
165 B
JSON
{
|
|
"include": ["src"],
|
|
"compilerOptions": {
|
|
// Use unusual name to test independently of naming heuristics
|
|
"outDir": "./customOutDir"
|
|
}
|
|
}
|