microsoft/typespec

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
a6b7827fcd2db3bf604d42e235216c8d5b244f13

Branches

Tags

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

Clone

HTTPS

Download ZIP

packages/best-practices/tsconfig.json

11lines · modecode

1{
2 "extends": "../tsconfig.json",
3 "references": [{ "path": "../compiler/tsconfig.json" }],
4 "compilerOptions": {
5 "outDir": "dist",
6 "rootDir": ".",
7 "tsBuildInfoFile": "temp/tsconfig.tsbuildinfo",
8 "types": ["node", "mocha"]
9 },
10 "include": ["src/**/*.ts", "test/**/*.ts"]
11}
12