mirror of
https://github.com/github/codeql.git
synced 2026-02-12 13:11:20 +01:00
8 lines
136 B
JSON
8 lines
136 B
JSON
{
|
|
"include": ["my-root","my-tests"],
|
|
"compilerOptions": {
|
|
"rootDir": "./my-root",
|
|
"outDir": "./my-out",
|
|
}
|
|
}
|