microsoft/TypeAgent

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
cafc8ead33d8258f2d69c23e780c8f2b6f69ba5c

Branches

Tags

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

Clone

HTTPS

Download ZIP

ts/tools/docsAutogen/tsconfig.json

11lines · modecode

1{
2 "extends": "../../tsconfig.base.json",
3 "compilerOptions": {
4 "composite": true
5 },
6 "include": [],
7 "references": [{ "path": "./src" }, { "path": "./test" }],
8 "ts-node": {
9 "esm": true
10 }
11}