mirror of
https://github.com/github/codeql.git
synced 2026-02-13 21:51:29 +01:00
11 lines
191 B
JSON
11 lines
191 B
JSON
{
|
|
"include": ["."],
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@/*": ["./lib/*"],
|
|
"@/*.xyz": ["./lib/*"],
|
|
"@": ["./lib/nostar.ts"]
|
|
}
|
|
}
|
|
}
|