microsoft/typespec

Public

mirrored from https://github.com/microsoft/typespecAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/add-missing-tests-encode-duration

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

packages/eslint-plugin-typespec/tsconfig.json

14lines · modecode

1{
2 "extends": "../../tsconfig.base.json",
3 "references": [
4 { "path": "../compiler/tsconfig.json" },
5 { "path": "../rest/tsconfig.json" },
6 { "path": "../openapi/tsconfig.json" }
7 ],
8 "compilerOptions": {
9 "outDir": "dist",
10 "rootDir": ".",
11 "tsBuildInfoFile": "temp/tsconfig.tsbuildinfo",
12 "skipLibCheck": true
13 }
14}
15