TypeScript/tests/projects/transitiveReferences/tsconfig.b.json

12 lines
237 B
JSON

{
"compilerOptions": {
"composite": true,
"baseUrl": "./",
"paths": {
"@ref/*": [ "./*" ]
}
},
"files": [ "b.ts" ],
"references": [ { "path": "tsconfig.a.json" } ]
}