Files
codeql/javascript/ql/test/library-tests/PathResolution/TSConfigOutDir/tsconfig.json
2025-04-29 13:07:10 +02:00

8 lines
165 B
JSON

{
"include": ["src"],
"compilerOptions": {
// Use unusual name to test independently of naming heuristics
"outDir": "./customOutDir"
}
}