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

11 lines
214 B
JSON

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