mirror of
https://github.com/github/codeql.git
synced 2026-05-21 06:37:10 +02:00
13 lines
287 B
JSON
13 lines
287 B
JSON
{
|
|
"include": ["."],
|
|
"compilerOptions": {
|
|
// Imports with a non-relative path are resolved relative to baseUrl
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@/*": ["lib/*"],
|
|
"@/*.xyz": ["lib/*"],
|
|
"@": ["lib/nostar.ts"]
|
|
}
|
|
}
|
|
}
|