mirror of
https://github.com/github/codeql.git
synced 2026-02-14 14:11:20 +01:00
12 lines
300 B
JSON
12 lines
300 B
JSON
{
|
|
"compilerOptions": {
|
|
// The baseUrl is interpreted relative to this file, not the "root" tsconfig.json file extending it.
|
|
"baseUrl": "./../",
|
|
"paths": {
|
|
"@/*": ["lib/*"],
|
|
"@/*.xyz": ["lib/*"],
|
|
"@": ["lib/nostar.ts"]
|
|
}
|
|
}
|
|
}
|