mirror of
https://github.com/github/codeql.git
synced 2026-02-12 13:11:20 +01:00
9 lines
131 B
JSON
9 lines
131 B
JSON
{
|
|
"include": ["."],
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@/*": ["./lib1/*", "./lib2/*"],
|
|
}
|
|
}
|
|
}
|